corelibraries-devexpress-dot-xtracharts-73f3f877.md
Lists the values which specify the direction in which the radar axes are drawn for the Radar chart types.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum RadarDiagramRotationDirection
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum RadarDiagramRotationDirection
| Name | Description |
|---|---|
Counterclockwise |
A diagram is rotated counterclockwise.
|
| Clockwise |
A diagram is rotated clockwise.
|
The following properties accept/return RadarDiagramRotationDirection values:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | RadarDiagram.RotationDirection |
| WinForms Controls | RadarDiagramModel.RotationDirection |
The values listed by the RadarDiagramRotationDirection enumeration are used to set the RadarDiagram.RotationDirection property.
See Also