VisualXcceleratorEngine Class Methods
For a list of all members of this type, see VisualXcceleratorEngine members.
Public Methods
Name | Description | |
---|---|---|
![]() ![]() | AssertSupportsDirectX | Asserts whether this PC supports DirectX |
![]() ![]() | GetAvoidBlacklistedGpu | Gets the AvoidBlacklistedGpu attached property value from the current series |
![]() ![]() | GetDowngradeWithoutException | Gets the DowngradeWithoutException attached property |
![]() ![]() | GetEnableImpossibleMode | Gets the EnableImpossibleMode attached property value from the current series |
![]() ![]() | GetFallbackType | Sets the FallbackType attached property value |
![]() ![]() | GetIsEnabled | Gets the IsEnabled attached property value |
![]() ![]() | RestartEngine | Restarts 3D Engine with configuration flags. |
![]() ![]() | RestartEngineAsync | Restarts 3D Engine asynchronously with configuration flags. |
![]() ![]() | RunGpuCapabilitiesTest | Runs the GPU Capabilities test to select a Graphics Adapter for rendering |
![]() ![]() | SetAvoidBlacklistedGpu | 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. |
![]() ![]() | SetDowngradeWithoutException | 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 |
![]() ![]() | SetEnableImpossibleMode | 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! |
![]() ![]() | SetFallbackType | Sets the FallbackType attached property. This is the type of SciChart.Drawing.Common.RenderSurfaceBase which is created if DirectX is not available |
![]() ![]() | SetIsEnabled | Sets the IsEnabled attached property. When true, tries to apply VisualXccelerator engine to the SciChart.Charting.Visuals.SciChartSurface for incredibly fast WPF charts |
Extension Methods
Name | Description | |
---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToStringArray2D<T> |
See Also