RadarMode Enumeration
Specifies the behavior of the x axis on a circular graph such as radar.
Syntax
'Declaration Public Enum RadarMode Inherits System.Enum
'Usage Dim instance As RadarMode
public enum RadarMode : System.Enum
Members
Member | Description |
---|---|
Polar | The x axis ticks marks are connected by arcs completing a circle around the chart. Connected data points such as lines will have data points interpolated around the arc. |
Spider | The x axis tick marks are connected by straight lines resembling a spider web. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
dotnetCHARTING.RadarMode
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