Back to Devexpress

RadarDiagramRotationDirection Enum

corelibraries-devexpress-dot-xtracharts-73f3f877.md

latest2.0 KB
Original Source

RadarDiagramRotationDirection Enum

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

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum RadarDiagramRotationDirection
vb
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum RadarDiagramRotationDirection

Members

NameDescription
Counterclockwise

A diagram is rotated counterclockwise.

| | Clockwise |

A diagram is rotated clockwise.

|

The following properties accept/return RadarDiagramRotationDirection values:

LibraryRelated API Members
Cross-Platform Class LibraryRadarDiagram.RotationDirection
WinForms ControlsRadarDiagramModel.RotationDirection

Remarks

The values listed by the RadarDiagramRotationDirection enumeration are used to set the RadarDiagram.RotationDirection property.

See Also

Radar Series Views

Polar Series Views

DevExpress.XtraCharts Namespace