Class ChartPolarAngle
Represents the polar and radar chart axis start angle for primary axis, secondary axis, or both axes.
Inheritance
System.Object
ChartPolarAngle
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public sealed class ChartPolarAngle : Enum
Fields
Rotate0
Indicates chart polar and radar angle axis start position at 0 degree angle.
Declaration
public const ChartPolarAngle Rotate0
Field Value
Type |
---|
ChartPolarAngle |
Rotate180
Indicates chart polar and radar angle axis start position at 180 degree angle.
Declaration
public const ChartPolarAngle Rotate180
Field Value
Type |
---|
ChartPolarAngle |
Rotate270
Indicates chart polar and radar angle axis start position at 270 degree angle.
Declaration
public const ChartPolarAngle Rotate270
Field Value
Type |
---|
ChartPolarAngle |
Rotate90
Indicates chart polar and radar angle axis start position at 90 degree angle.
Declaration
public const ChartPolarAngle Rotate90
Field Value
Type |
---|
ChartPolarAngle |