Skip to main content
A newer version of this page is available. .

RadarDiagramModel.RotationDirection Property

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

Namespace: DevExpress.XtraCharts.Designer

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

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