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.

EffectiveBorderStroke

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

EffectiveFill

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

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.

StartMeasureData

Called in the beginning of data measurement pass.

 Protected Methods

  Name Description

DrawGrid

Draws the plot's grid.

DrawPlot

Draws the plot's background and borders.

EffectiveBorder

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

EffectiveBorderStrokeThickness

Gets the thickness of border strokes.

EffectiveStrokeDashStyle

Gets the dash style of border strokes.

OnRendererDataChanged

Called when a Series raises its DataChanged event.

 See Also