Search
SeriesRenderer 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.

EffectiveFill

Gets the brush that should be used to fill the representation of specified data item.

EffectiveStroke

Gets the brush that should be used to stroke the representation of specified data item.

EffectiveStrokeThickness

Gets the thickness of the pen that should be used to stroke the representation of specified data item.

EnumSeries

Implements the SeriesContainer interface. Enumerates the series associated with this component.

HitTest

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

SearchStyle

Returns a SeriesStyle object that meets specified criteria.

StartMeasureData

Called to reset measure accumulators at the beginning of a measure pass.

 Protected Methods

  Name Description

AdjustDataRange

Adjusts the data range of associated Axis objects after initial measure pass.

CreateTextRenderer

 

Draw

Draws the series data in specified RenderContext.

DrawHighlight

Draws highlighted data item in specified RenderContext.

EffectiveLabelBackground

 

EffectiveLabelBorderPen

 

EffectiveLabelBrush

Gets the Brush that should be used to draw labels of data items.

EffectiveLabelFont

Gets the Font that should be used to draw labels of data items.

EffectiveStrokeDashStyle

Gets the dash style of the pen that should be used to stroke the representation of specified data item.

EffectiveStrokePen

Gets the Pen that should be used to stroke the representation of specified data item.

MeasureDataRange

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.

OnSeriesDataChanged

Called when Series raise their DataChanged event.

SetToolTip

Sets tooltip text and location.

Subscribe

Subscribes to the DataChanged event of specified Series.

Unsubscribe

Unsubscribes from the DataChanged event of specified Series.

 See Also