Skip to main content

PieSeriesView.StartAngle Property

Specifies the starting angle to draw pie series slices.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v23.2.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