SciChart.Charting Assembly > SciChart.Charting Namespace : VisualXcceleratorEngine Class
VisualXcceleratorEngine Class Methods

For a list of all members of this type, see VisualXcceleratorEngine members.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic) Asserts whether this PC supports DirectX  
Public Methodstatic (Shared in Visual Basic) Gets the AvoidBlacklistedGpu attached property value from the current series  
Public Methodstatic (Shared in Visual Basic) Gets the DowngradeWithoutException attached property  
Public Methodstatic (Shared in Visual Basic) Gets the EnableImpossibleMode attached property value from the current series  
Public Methodstatic (Shared in Visual Basic) Sets the FallbackType attached property value  
Public Methodstatic (Shared in Visual Basic) Gets the IsEnabled attached property value  
Public Methodstatic (Shared in Visual Basic) Restarts 3D Engine with configuration flags.  
Public Methodstatic (Shared in Visual Basic) Restarts 3D Engine asynchronously with configuration flags.  
Public Methodstatic (Shared in Visual Basic) Runs the GPU Capabilities test to select a Graphics Adapter for rendering  
Public Methodstatic (Shared in Visual Basic) Sets the AvoidBlacklistedGpu attached property value on the current SciChartSurface. When true, the GPU's name is checked against the Blacklist of GPUs. If found, the SciChart will switch to the fallback renderer. Note, there are several reasons why a GPU could belong to the blacklist. For example, low computation capabilities of the GPU could cause Timeout Detection and Recovery of Graphics Adapter Drivers by the OS, resulting in crashing the application.  
Public Methodstatic (Shared in Visual Basic) Sets the DowngradeWithoutException attached property. When true, the VisualXcceleratorEngine will automatically downgrade to a software renderer without exception, else, will report exceptions to the user  
Public Methodstatic (Shared in Visual Basic) Sets the EnableImpossibleMode attached property value on the current SciChartSurface. When true, we enable a ridiculous performance improvement for real-time and big-data charts. Warning, this mode is experimental!  
Public Methodstatic (Shared in Visual Basic)Sets the FallbackType attached property. This is the type of SciChart.Drawing.Common.RenderSurfaceBase which is created if DirectX is not available  
Public Methodstatic (Shared in Visual Basic)Sets the IsEnabled attached property. When true, tries to apply VisualXccelerator engine to the SciChart.Charting.Visuals.SciChartSurface for incredibly fast WPF charts  
Top
Extension Methods
 NameDescription
Public Extension Method Notifies that finalizer has been invoked
Public Extension MethodOverloaded. Converts an System.IComparable array to double array
Public Extension MethodYields a single item, converting it to System.Collections.IEnumerable.
Public Extension Method
Top
See Also