Search
PolarPlot 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.)

StartMeasureData

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

Visit

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

 Protected Methods

  Name Description

DrawGrid

Draws the plot's grid. (Inherited from Plot.)

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

RotatePoint

Rotates point around specified rotation center at specified angle.

 See Also