CircularDiagram2D.RotationDirection Property
Gets or sets the direction in which the CircularDiagram2D is drawn.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
Type | Description |
---|---|
CircularDiagramRotationDirection | A CircularDiagramRotationDirection enumeration member specifying the direction of circular diagram rotation. |
Available values:
Name | Description |
---|---|
Counterclockwise | A diagram is rotated counterclockwise. |
Clockwise | A diagram is rotated clockwise. |
See Also