Class PolarAxisPosition
Defines the position of the Radius axis within a RadPolarChart.
Inheritance
System.Object
PolarAxisPosition
Namespace: Telerik.Charting
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public sealed class PolarAxisPosition : Enum
Fields
Right
Axis is aligned horizontally from the center of the polar area to the rightmost edge of the ellipse.
Declaration
public const PolarAxisPosition Right
Field Value
Top
Axis is aligned vertically from the center of the polar area to the topmost edge of the ellipse.
Declaration
public const PolarAxisPosition Top
Field Value
value__
Declaration
public int value__
Field Value
System.
|