Skip to main content

PieSeriesPointLayoutParameters.StartAngle Property

Returns the start angle of a series point’s circle segment.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public float StartAngle { get; }

Property Value

Type Description
Single

A Single value, specifying the point start angle.

Remarks

The following image explains the meaning of layout angles.

PieStartAndSweepAngles

See Also