Search
SeriesRenderer Methods
 


 Public Methods

  Name Description

adjustDataRange

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

domainDimension

Implements the SeriesContainer interface. Gets the index of the dimension whose set of values should be treated as domain of plotted function.

draw

Draws the series data in specified RenderContext.

drawHighlight

Draws highlighted data item in specified RenderContext.

effectiveFill

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

effectiveLabelBrush

Gets the System.Drawing.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.

effectiveStroke

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

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.

effectiveStrokeThickness

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

hitTest

Hit-tests the visual representation of the series for a 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.

searchStyle

Returns a SeriesStyle object that meets specified criteria.

setToolTip

Sets tooltip text and location.

startMeasureData

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

subscribe

Subscribes to the DataChanged event of specified Series.

unsubscribe

Unsubscribes from the DataChanged event of specified Series.

 See Also