Search
RadarPlot Members
Constructors Properties Methods
 


A plot containing radar-chart graphics.

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

 Public Constructors

  Name Description

RadarPlot

Initializes a new instance of the RadarPlot class.

 Public Properties

  Name Description

axes

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

axisOptions

Gets a RadarAxisOptions object providing properties for customizing axis rendering in radar charts.

defaultAxis

Sets 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 the number of concentric shapes to draw in the grid.

gridType

Gets or sets the type of grid to draw in this plot.

showCoordinates

Gets or sets a value indicating whether the grid should display axis coordinates.

uniformScale

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

 Public Methods

  Name Description

drawGrid

Plot.DrawGrid override. Draws spiderweb of radial grid.

getEffectiveAxis

Gets the Axis representing the range for specified data variable index.

startMeasureData

Plot.StartMeasureData override. Called in the beginning of data measurement pass.

 See Also