Defines the position of the Radius axis within a RadPolarChart.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public enum PolarAxisPosition
Fields
Axis is aligned horizontally from the center of the polar area to the rightmost edge of the ellipse.
C#
Right = 1
Axis is aligned vertically from the center of the polar area to the topmost edge of the ellipse.
C#
Top = 0