Search
Plot Methods
 


 Public Methods

  Name Description

adjustDataRanges

Called at the end of data measurement 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

Component.Draw override. Draws a grid and all chart graphics represented by contained SeriesRenderer objects.

drawGrid

Draws the plot's grid.

drawOrigins

Draws the plot's axis origin lines.

drawPlot

Draws the plot's background and borders.

effectiveBorder

Gets the Pen that should be used to draw the plot's borders.

effectiveBorderStroke

Gets the Brush that should be used to stroke the plot's borders.

effectiveBorderStrokeThickness

Gets the thickness of border strokes.

effectiveFill

Gets the Brush that should be used to fill the plot's background.

effectiveStrokeDashStyle

Gets the dash style of border strokes.

enumSeries

Implements SeriesContainer.

measure

Component.Measure override. Measures the desired size of this component.

measureDataRanges

Measures data of all SeriesRenderer objects drawn inside this plot.

onRendererDataChanged

Called when a Series raises its DataChanged event.

startMeasureData

Called in the beginning of data measurement pass.

unsubscribe

Unsubscribes from DataChanged and PropertyChanged events of all SeriesRenderer objects in specified list.

 See Also