Skip to main content

PieSeriesPointLayoutParameters.SweepAngle Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

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