Search
PieRadarRenderer Members
Constructors Fields Methods
 


A SeriesRenderer that draws radar charts of type pie, where data items are represented by circular sectors of equal central angles, and the sector corresponding to a data item has a 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.

 Protected Fields

  Name Description

series

A list with the Series rendered by this RadarRenderer. (Inherited from RadarRenderer.)

 Public Methods

  Name Description

addPropertyChangeListener

Adds the specified PropertyChangeListener. (Inherited from SeriesRenderer.)

dataChanged

Raises an event to notify that data in the Series has changed. (Inherited from SeriesRenderer.)

domainDimension

Implements the SeriesContainer.domainimension method. Gets the index of the dimension whose set of values should be treated as domain of plotted function. (Inherited from SeriesRenderer.)

effectiveFill

Gets the Brush that is used to fill the representation of the specified data item. (Inherited from SeriesRenderer.)

effectiveStroke

Gets the Brush that is used to stroke the representation of the specified data item. (Inherited from SeriesRenderer.)

elementAdded

  (Inherited from RadarRenderer.)

elementRemoved

  (Inherited from RadarRenderer.)

enumSeries

Implement SeriesContainer.enumSeries. Returns a collection of all Series rendered by this RadarRenderer. (Inherited from RadarRenderer.)

getAlignToAxis

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

getAreaOpacity

Gets the opacity of radar polygons. (Inherited from RadarRenderer.)

getLabelBrush

Gets the Brush used to draw labels at data items. (Inherited from SeriesRenderer.)

getLabelFontName

Gets the name of font that is used to draw labels of data items. (Inherited from SeriesRenderer.)

getLabelFontSize

Gets the size of font that is used to draw labels of data items. (Inherited from SeriesRenderer.)

getLabelFontStyle

Gets the style of the font used to draw labels for data items. (Inherited from SeriesRenderer.)

getSeries

Gets the list of Series drawn by this RadarRenderer. (Inherited from RadarRenderer.)

getSeriesStyle

A SeriesStyle instance specifying the appearance of series associated with this renderer. (Inherited from SeriesRenderer.)

getShowDataLabels

Gets a value that indicates what kind of data labels are drawn. (Inherited from SeriesRenderer.)

getShowHighlight

Gets a value indicating whether to highlight hovered data items. (Inherited from SeriesRenderer.)

getShowToolTips

Gets a value indicating whether to show tooltips. (Inherited from SeriesRenderer.)

hitTest

SeriesRenderer.hitTest override. Hit-tests the visual representation of the Series for a data item at the specified location. (Inherited from RadarRenderer.)

removePropertyChangeListener

Removes the specified PropertyChangeListener.
(Inherited from SeriesRenderer.)

searchStyle

Returns a SeriesStyle object that meets the specified criteria. (Inherited from SeriesRenderer.)

setAlignToAxis

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

setAreaOpacity

Sets the opacity of radar polygons. (Inherited from RadarRenderer.)

setLabelBrush

Sets the Brush that is used to draw labels of data items. (Inherited from SeriesRenderer.)

setLabelFontName

Sets the name of the font that is used to draw labels of data items. (Inherited from SeriesRenderer.)

setLabelFontSize

Sets the size of font that is used to draw labels of data items. (Inherited from SeriesRenderer.)

setLabelFontStyle

Sets the style of font that should be used to draw labels of data items. (Inherited from SeriesRenderer.)

setSeries

Sets the list of Series drawn by this RadarRenderer. (Inherited from RadarRenderer.)

setSeriesStyle

A SeriesStyle instance that provides appearance settings for the Series associated with this SeriesRenderer. (Inherited from SeriesRenderer.)

setShowDataLabels

Specifies what kind of data labels are drawn. (Inherited from SeriesRenderer.)

setShowHighlight

Sets a value indicating whether to highlight hovered data items. (Inherited from SeriesRenderer.)

setShowToolTips

Sets a value indicating whether to show tooltips. (Inherited from SeriesRenderer.)

startMeasureData

Called to reset measure accumulators at the beginning of a measure pass. (Inherited from SeriesRenderer.)

 Protected Methods

  Name Description

createTextRenderer

Creates a TextRenderer configured to draw the labels of associated series. (Inherited from SeriesRenderer.)

draw

RadarRenderer.draw override. Draws the Series data in the specified RenderContext.

drawHighlight

RadarRenderer.drawHighlight override. Draws a highlighted data item in the specified RenderContext.

effectiveLabelBackground

Gets the brush that should be used to render labels' background. (Inherited from SeriesRenderer.)

effectiveLabelBorderPen

Gets the pen that should be used to render labels' borders. (Inherited from SeriesRenderer.)

enumSectors

Enumerates the pie-radar sectors corresponding to each Series.

enumVisibleRanges

Enumerates each Series and provides a list of all visible points at each iteration. (Inherited from RadarRenderer.)

measureDataRange

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. (Inherited from RadarRenderer.)

onPropertyChanged

Raises the PropertyChanged event. (Inherited from SeriesRenderer.)

onSeriesDataChanged

Raised when Series data has changed. (Inherited from SeriesRenderer.)

setToolTip

Sets tooltip text and location. (Inherited from SeriesRenderer.)

 See Also