MeshResolution Enumeration
Enumeration constants for oversampling the mesh
Syntax
public enum MeshResolution : System.Enum 
Members
MemberDescription
x1 1:1 mesh resolution
x2 2:1 oversampling e.g. 2 mesh vertices for every cell
x4 4:1 oversampling e.g. 4 mesh vertices for every cell
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SciChart.Charting3D.RenderableSeries.MeshResolution

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