Back to Devexpress

RadarDiagramModel.RotationDirection Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-radardiagrammodel-6bda93ca.md

latest1.6 KB
Original Source

RadarDiagramModel.RotationDirection Property

Gets or sets the value of the RadarDiagram.RotationDirection within the model.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[PropertyForOptions]
[LocalizableCategory(DesignerCategories.Appearance)]
public RadarDiagramRotationDirection RotationDirection { get; set; }
vb
<PropertyForOptions>
<LocalizableCategory(DesignerCategories.Appearance)>
Public Property RotationDirection As RadarDiagramRotationDirection

Property Value

TypeDescription
RadarDiagramRotationDirection

The Y-axis rotation direction.

|

Available values:

NameDescription
Counterclockwise

A diagram is rotated counterclockwise.

| | Clockwise |

A diagram is rotated clockwise.

|

See Also

RadarDiagramModel Class

RadarDiagramModel Members

DevExpress.XtraCharts.Designer Namespace