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

PieSeriesPointLayoutParameters.SweepAngle Property

Returns the sweep angle of a pie point’s circle segment.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public float SweepAngle { get; }

Property Value

Type Description
Single

A Single value, specifying the sweep angle.

Remarks

The following image explains the meaning of layout angles.

PieStartAndSweepAngles

See Also