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

CircularDiagram2D.RotationDirection Property

Gets or sets the direction in which the CircularDiagram2D is drawn.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public CircularDiagramRotationDirection RotationDirection { get; set; }

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.

RotationCircularDiagram- Counterclockwise

Clockwise

A diagram is rotated clockwise.

CurcularDiagramRotation - clockwise

See Also