Search
Plot2D Methods
 


 Public Methods

  Name Description

AdjustDataRanges

Called at the end of data measurement pass. (Inherited from Plot.)

CreateController

Component.CreateController override. Returns a ComponentController used to interact with this component.

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

Draw

Component.Draw override. Draws a grid and all chart graphics represented by contained SeriesRenderer objects. (Inherited from Plot.)

EffectiveBorderStroke

Gets the Brush that should be used to stroke the plot's borders. (Inherited from Plot.)

EffectiveFill

Gets the Brush that should be used to fill the plot's background. (Inherited from Plot.)

EnumSeries

Implements SeriesContainer. (Inherited from Plot.)

Measure

Component.Measure override. Measures the desired size of this component. (Inherited from Plot.)

MeasureDataRanges

Measures data of all SeriesRenderer objects drawn inside this plot. (Inherited from Plot.)

ResetZoom

Resets the zoom level to original axis ranges.

StartMeasureData

Called in the beginning of data measurement pass. (Inherited from Plot.)

Visit

Component.Visit override. Calls visitor's VisitPlot method.

ZoomOut

Zooms out from current data range.

 Protected Methods

  Name Description

DrawGrid

Plot.DrawGrid override. Draws the grid specified by GridType property.

DrawPlot

Draws the plot's background and borders. (Inherited from Plot.)

EffectiveBorder

Gets the Pen that should be used to draw the plot's borders. (Inherited from Plot.)

EffectiveBorderStrokeThickness

Gets the thickness of border strokes. (Inherited from Plot.)

EffectiveStrokeDashStyle

Gets the dash style of border strokes. (Inherited from Plot.)

OnRendererDataChanged

Called when a Series raises its DataChanged event. (Inherited from Plot.)

 See Also