Skip to main content

PieSeriesView.StartAngle Property

Specifies the starting angle to draw pie series slices.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public double StartAngle { get; set; }

#Property Value

Type Description
Double

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

See Also