GridLinesType Enumeration
Specifies how grid lines appears on a SciChart.Charting.Visuals.SciChartRadarSurface.
Syntax
public enum GridLinesType : System.Enum 
Members
MemberDescription
Circular Grid consists of straight radial lines with concentric circles.
None Grid doesn't appear.
SpiderWeb Grid consists of straight radial lines connected by segments, thus resembling spider's web.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SciChart.Charting.Visuals.Axes.GridLinesType

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