Search
RadarPlot 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. (Inherited from PolarPlot.)

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

GetEffectiveAxis

Gets the Axis representing the range for specified data variable index.

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

Plot.StartMeasureData override. Called in the beginning of data measurement pass.

Visit

Component.Visit override. Calls visitor's VisitPlot method. (Inherited from PolarPlot.)

 Protected Methods

  Name Description

DrawGrid

Plot.DrawGrid override. Draws spiderweb ot radial grid.

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. (Inherited from PolarPlot.)

 See Also