Radar Chart (Chart Controls)

The Radar chart type is a circular chart that is used primarily as a data comparison tool. It is sometimes called a spider chart or a star chart. The plot area can also be displayed as a polygon.

Unlike most other chart types, the Radar chart type uses the circumference of the chart as the X axis.

Picture of the Radar chart type

Chart Characteristics

SeriesChartType value

SeriesChartType.Radar

Number of Y values per point

1

Number of series

1

Supports markers

Yes

Cannot be combined with:

Doughnut, Pie, or Bar charts.

Custom attributes

AreaDrawingStyle, CircularLabelStyle, EmptyPointValue, LabelStyle, RadarDrawingStyle

Remarks

3D is not supported when the AreaDrawingStyle custom attribute is set to Circle (the default value). When the AreaDrawingStyle custom attribute is set to Polygon, only the Area3DStyle.Enable3D property has any effect on this chart. If you set Area3DStyle.Enable3D to true, the drawing style of the area background changes to give the appearance of looking down on a 3D cone.

See Also

Reference

Chart Types
Polar Chart
System.Windows.Forms.DataVisualization.Charting
System.Web.UI.DataVisualization.Charting