Search
RadarRenderer Methods
 


 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.

HitTest

SeriesRenderer.HitTest override. Hit-tests the visual representation of the series for a data item.

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

  (Inherited from SeriesRenderer.)

Data

Returns the data value of specified series item.

Draw

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

DrawHighlight

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

EffectiveLabelBackground

  (Inherited from SeriesRenderer.)

EffectiveLabelBorderPen

  (Inherited from SeriesRenderer.)

EffectiveLabelBrush

Gets the 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.)

EnumVisibleRanges

Enumerates each series once providing a list of all visible points at each iteration.

GetMaxValue

Gets the maximum value from all series located at specified index.

GetMinValue

Gets the minimum value from all series located at specified index.

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.

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.)

 See Also