RadarDiagramModel.RotationDirection Property
Gets or sets the value of the RadarDiagram.RotationDirection within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v25.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[PropertyForOptions]
[LocalizableCategory(DesignerCategories.Appearance)]
public RadarDiagramRotationDirection RotationDirection { get; set; }
Property Value
| Type | Description |
|---|---|
| RadarDiagramRotationDirection | The Y-axis rotation direction. |
Available values:
| Name | Description |
|---|---|
| Counterclockwise | A diagram is rotated counterclockwise. |
| Clockwise | A diagram is rotated clockwise. |
See Also