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

PieSeriesView.StartAngle Property

Specifies the starting angle to draw pie series slices.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(90, Handler = "InvalidateLayout")]
public double StartAngle { get; set; }

Property Value

Type Description
Double

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

See Also