Search
RadarChart Members
Constructors Properties Methods
 


A control used to draw radar charts.

The following tables list the members exposed by the RadarChart type.

 Public Constructors

  Name Description

RadarChart

Initializes a new instance of the RadarChart class.

 Public Properties

  Name Description

alignToAxis

Gets or sets whether pie-radar sectors should be aligned to axes in the radar grid or centered around them.

allowRotate

Gets or sets a value indicating whether users are allowed to rotate this chart.

areaOpacity

Gets or sets the opacity of radar polygons.

axes

Gets the list of Axis objects representing ranges of variables represented in the radar chart.

chartPadding

Gets or set padding space between the plot's border and series graphics.

defaultAxis

Gets a default Axis object used when data item index does not have corresponding element in the Axes collection.

gridColor1

Gets or sets the main color of the grid.

gridColor2

Gets or sets the alternating color of the grid.

gridDivisions

Gets or sets the number of grid divisions.

gridType

Gets or sets the type of grid drawn in this chart.

radarType

Gets or sets the type of radar graphics drawn in this chart.

series

Gets or sets the list of series whose data is drawn in this chart.

showCoordinates

Gets or sets a value indicating whether the chart should show axis coordinates.

showScatter

Gets or sets a value indicating whether the chart should render scatter shapes.

startAngle

Gets or sets the angle where first data item of series should be drawn.

uniformScale

Gets or sets a value indicating whether all axes should display same data range.

 Public Methods

  Name Description

createPlot

Chart.CreatePlot override. Creates the Plot type corresponding to this chart.

 See Also