Back to Devexpress

CircularDiagram2D.StartAngle Property

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

latest1.5 KB
Original Source

CircularDiagram2D.StartAngle Property

Specifies the angle for a circular axis drawing to start.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public double StartAngle { get; set; }
vb
Public Property StartAngle As Double

Property Value

TypeDescription
Double

A Double value (in degrees, from -360 to 360).

|

Remarks

The rotation angle direction depends on the CircularDiagram2D.RotationDirection property value.

The following images demonstrate the StartAngle property in action.

StartAngle = 0StartAngle = 90

See Also

CircularDiagram2D Class

CircularDiagram2D Members

DevExpress.Xpf.Charts Namespace