Search
PieRadarRenderer Members
Constructors Properties Methods
 


A SeriesRenderer that draws pie-radars, where data items are represented circular sectors of equal central angles, and the sector corresponding to a data item has radius proportional to its value.

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

 Public Constructors

  Name Description

PieRadarRenderer

Initializes a new instance of the PieRadarRenderer class.

 Public Properties

  Name Description

alignToAxis

Gets or sets a value indicating whether sectors should be aligned to axes in the radar grid or centered around them.

 Public Methods

  Name Description

draw

RadarRenderer.Draw override. Draws the series data in specified RenderContext.

drawHighlight

RadarRenderer.DrawHighlight override. Draws highlighted data item in specified RenderContext.

enumSectors

Enumerates the pie-radar sectors corresponding to each series.

 See Also