Charting for WinForms Programmer's Guide
PieRadarRenderer Members
Constructors Fields Properties Methods Events
 


A SeriesRenderer that draws pie-radars, where data items are represented by 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.

 Protected Fields

  Name Description

series

A list of Series that should be rendered by this RadarRenderer. (Inherited from RadarRenderer.)

 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.

AreaOpacity

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

LabelBrush

Gets or sets the Brush that should be used to draw labels of data items. (Inherited from SeriesRenderer.)

LabelFontName

Gets or sets the name of font that should be used to draw labels of data items. (Inherited from SeriesRenderer.)

LabelFontSize

Gets or sets the size of font that should be used to draw labels of data items. (Inherited from SeriesRenderer.)

LabelFontStyle

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

Series

Gets or sets a list of Series drawn by this RadarRenderer. (Inherited from RadarRenderer.)

SeriesStyle

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

ShowDataLabels

Gets or sets the kind of data labels to draw. (Inherited from SeriesRenderer.)

ShowHighlight

Gets or sets a value indicating whether to show highlights on data items. (Inherited from SeriesRenderer.)

ShowToolTips

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

 Public Methods

  Name Description

DomainDimension

Implements the SeriesContainer interface. 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 should be used to fill the representation of specified data item. (Inherited from SeriesRenderer.)

EffectiveStroke

Gets the brush that should be used to stroke the representation of specified data item. (Inherited from SeriesRenderer.)

EffectiveStrokeThickness

Gets the thickness of the pen that should be used to stroke the representation of specified data item. (Inherited from SeriesRenderer.)

EnumSeries

Implement SeriesContainer. (Inherited from RadarRenderer.)

HitTest

SeriesRenderer.HitTest override. Hit-tests the visual representation of the series for a data item. (Inherited from RadarRenderer.)

NearestElement

SeriesRenderer.NearestElement override. Returns the data item closest to specified point. (Inherited from RadarRenderer.)

SearchStyle

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

StartMeasureData

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

 Protected Methods

  Name Description

AdjustDataRange

Adjusts the data range of associated Axis objects after initial measure pass. (Inherited from SeriesRenderer.)

CreateTextRenderer

Returns a TextRenderer used to draw series labels. (Inherited from SeriesRenderer.)

Data

Returns the data value of specified series item. (Inherited from RadarRenderer.)

Draw

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

DrawHighlight

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

EffectiveLabelBackground

Gets the System.Drawing.Brush that should be used to draw background of labels. (Inherited from SeriesRenderer.)

EffectiveLabelBorderPen

Gets the System.Drawing.Pen that should be used to draw borders around labels. (Inherited from SeriesRenderer.)

EffectiveLabelBrush

Gets the System.Drawing.Brush that should be used to draw labels of data items. (Inherited from SeriesRenderer.)

EffectiveLabelFont

Gets the Font that should be used to draw labels of data items. (Inherited from SeriesRenderer.)

EffectiveStrokeDashStyle

Gets the dash style of the pen that should be used to stroke the representation of specified data item. (Inherited from SeriesRenderer.)

EffectiveStrokePen

Gets the Pen that should be used to stroke the representation of specified data item. (Inherited from SeriesRenderer.)

EnumSectors

Enumerates the pie-radar sectors corresponding to each series.

EnumVisibleRanges

Enumerates each series once providing a list of all visible points at each iteration. (Inherited from RadarRenderer.)

GetMaxValue

Gets the maximum value from all series located at specified index. (Inherited from RadarRenderer.)

GetMinValue

Gets the minimum value from all series located at specified index. (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

Called when Series raise their DataChanged event. (Inherited from SeriesRenderer.)

SetToolTip

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

Subscribe

Subscribes to the DataChanged event of specified Series. (Inherited from SeriesRenderer.)

Unsubscribe

Unsubscribes from the DataChanged event of specified Series. (Inherited from SeriesRenderer.)

 Public Events

  Name Description

PropertyChanged

Implements the INotifyPropertyChanged interface. (Inherited from SeriesRenderer.)

 See Also

PieRadarRenderer Class
MindFusion.Charting Namespace