specifies the DirectX version. Choose SciChart.Drawing.VisualXcceleratorRasterizer.DirectXMode.AutoDetect to auto detect.
specifies the level of antialiasing, or oversampling. The default is FullScreenAntiAliasingMode.None. Note that lines (Gridlines, Wireframes) are antialiased by default throughout the scene.
Restart3DEngineWith Method
Restarts the 3D Engine for all Viewport3D instances in the application with the following flags.

SciChart.Drawing.VisualXcceleratorRasterizer.DirectXMode specifies the DirectX version. Choose SciChart.Drawing.VisualXcceleratorRasterizer.DirectXMode.AutoDetect to auto detect.

FullScreenAntiAliasingMode specifies the level of antialiasing, or oversampling. The default is FullScreenAntiAliasingMode.None. Note that lines (Gridlines, Wireframes) are antialiased by default throughout the scene.

Syntax

Parameters

directXMode
specifies the DirectX version. Choose SciChart.Drawing.VisualXcceleratorRasterizer.DirectXMode.AutoDetect to auto detect.
antiAliasingMode
specifies the level of antialiasing, or oversampling. The default is FullScreenAntiAliasingMode.None. Note that lines (Gridlines, Wireframes) are antialiased by default throughout the scene.
d3d11UseLowerFeaturesLevel
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also