Enum ChartPolarAngle
Represents the polar and radar chart axis start angle for primary axis, secondary axis, or both axes.
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public enum ChartPolarAngle
Fields
| Name | Description |
|---|---|
| Rotate0 | Indicates chart polar and radar angle axis start position at 0 degree angle. |
| Rotate180 | Indicates chart polar and radar angle axis start position at 180 degree angle. |
| Rotate270 | Indicates chart polar and radar angle axis start position at 270 degree angle. |
| Rotate90 | Indicates chart polar and radar angle axis start position at 90 degree angle. |