dotnetCHARTING Send comments on this topic.
RadarMode Enumeration
See Also  
dotnetCHARTING Namespace : RadarMode Enumeration


Specifies the behavior of the x axis on a circular graph such as radar.

Syntax

Visual Basic (Declaration)  
Public Enum RadarMode 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As RadarMode
C#  
public enum RadarMode : Enum 

Members

Member Description
Spider The x axis tick marks are connected by straight lines resembling a spider web.
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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.RadarMode

See Also