| Visual Basic (Declaration) | |
|---|---|
| Public Enum RadarMode Inherits Enum | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public enum RadarMode : Enum | |
| 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. | 
System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.RadarMode
 
     
     
     
    