DirectXMode Enumeration
Enumeration constants to define the usage of DirectX in SciChart
Syntax
public enum DirectXMode : System.Enum 
Members
MemberDescription
AutoDetect Auto-detects DirectX mode for D3D Chart Rendering
DirectX11 Force using DirectX11 for D3D Chart Rendering
DirectX9c Force using DirectX9c for D3D Chart Rendering
None
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SciChart.Drawing.VisualXcceleratorRasterizer.DirectXMode

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