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

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.v18.1.dll

Declaration

[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
[TypeConverter(typeof(EnumTypeConverter))]
public enum RadarDiagramRotationDirection

Members

Name Description
Counterclockwise

A diagram is rotated counterclockwise.

Clockwise

A diagram is rotated clockwise.

Related API Members

The following properties accept/return RadarDiagramRotationDirection values:

Library Related API Members
Cross-Platform Class Library RadarDiagram.RotationDirection
WinForms Controls RadarDiagramModel.RotationDirection

Remarks

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

The following code snippets (auto-collected from DevExpress Examples) contain references to the RadarDiagramRotationDirection enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also