Search
PolarPlot Members
Constructors Properties Methods
 


A plot used to draw graphics in polar coordinate system.

The following tables list the members exposed by the PolarPlot type.

 Public Constructors

  Name Description

PolarPlot

Initializes a new instance of the PolarPlot class.

 Public Properties

  Name Description

allowRotate

Gets or sets a value indicating whether users are allowed to rotate this plot.

padding

Gets or set padding space between the plot's border and series graphics.

startAngle

Gets or set the angle where first data item of series should be drawn.

 Public Methods

  Name Description

createController

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

rotatePoint

Rotates point around specified rotation center at specified angle.

visit

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

 See Also