Back to Devexpress

PieSeriesViewBaseModel.SweepDirection Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-pieseriesviewbasemodel-46d7bddb.md

latest1.9 KB
Original Source

PieSeriesViewBaseModel.SweepDirection Property

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

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[PropertyForOptions]
public PieSweepDirection SweepDirection { get; set; }
vb
<PropertyForOptions>
Public Property SweepDirection As PieSweepDirection

Property Value

TypeDescription
PieSweepDirection

The direction of the pie sweep.

|

Available values:

NameDescription
Clockwise

The Pie series is swept clockwise.

| | Counterclockwise |

The Pie series is swept counterclockwise.

|

See Also

PieSeriesViewBaseModel Class

PieSeriesViewBaseModel Members

DevExpress.XtraCharts.Designer Namespace