Skip to main content

PieSeriesViewBaseModel.SweepDirection Property

Gets or sets the value of the PieSeriesViewBase.SweepDirection within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions]
public PieSweepDirection SweepDirection { get; set; }

Property Value

Type Description
PieSweepDirection

The direction of the pie sweep.

Available values:

Name Description
Clockwise

The Pie series is swept clockwise.

SweepDirection.Clockwise

Counterclockwise

The Pie series is swept counterclockwise.

SweepDirection.Counterclockwise

See Also