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

PieSeriesPointLayoutParameters.StartAngle Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

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