SciChart.Charting3D Assembly > SciChart.Charting3D Namespace : FullScreenAntiAliasingMode Enumeration
FullScreenAntiAliasingMode Enumeration
Enumeration constants to define the Full Screen AntiAliasing mode on the SciChart3DSurface
Syntax
public enum FullScreenAntiAliasingMode : System.Enum 
Members
MemberDescription
MSAA2x Enables Multi-Sample AntiAliasing x2
MSAA4x Enables Multi-Sample AntiAliasing x4
MSAA8x Enables Multi-Sample AntiAliasing x8
None No Antialiasing
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SciChart.Charting3D.FullScreenAntiAliasingMode

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