A SeriesRenderer that draws series as polygons in polar coordinate system,where adjacent data points are at equal angular distances and radial coordinates correspond to magnitude of data item values.
The following tables list the members exposed by the RadarRenderer type.
Name | Description | |
---|---|---|
Initializes a new instance of the RadarRenderer class. |
Name | Description | |
---|---|---|
Gets or sets the opacity of radar polygons. |
||
Gets or sets a list of Series drawn by this RadarRenderer. |
Name | Description | |
---|---|---|
Returns the data value of specified series item. |
||
SeriesRenderer.Draw override. Draws the series data in specified RenderContext. |
||
SeriesRenderer.DrawHighlight override. Draws highlighted data item in specified RenderContext. |
||
Implement SeriesContainer. |
||
Enumerates each series once providing a list of all visible points at each iteration. |
||
Gets the maximum value from all series located at specified index. |
||
Gets the minimum value from all series located at specified index. |
||
SeriesRenderer.HitTest override. Hit-tests the visual representation of the series for a data item. |
||
SeriesRenderer.MeasureDataRange override. Measures the data range of rendered series and assigns it to the associated Axis objects if their MinValue and MaxValue are not set. |