Back to Devexpress

CircularDiagram2D.RotationDirection Property

wpf-devexpress-dot-xpf-dot-charts-dot-circulardiagram2d-b063cb20.md

latest1.7 KB
Original Source

CircularDiagram2D.RotationDirection Property

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

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public CircularDiagramRotationDirection RotationDirection { get; set; }
vb
Public Property RotationDirection As CircularDiagramRotationDirection

Property Value

TypeDescription
CircularDiagramRotationDirection

A CircularDiagramRotationDirection enumeration member specifying the direction of circular diagram rotation.

|

Available values:

NameDescription
Counterclockwise

A diagram is rotated counterclockwise.

| | Clockwise |

A diagram is rotated clockwise.

|

See Also

CircularDiagram2D Class

CircularDiagram2D Members

DevExpress.Xpf.Charts Namespace