vcl-dxchartsimplediagram-dot-tdxchartsimpleseriescustompieview.md
Specifies if Pie or Doughnut slices are arranged clockwise or counterclockwise.
property SweepDirection: TdxChartPieSweepDirection read; write; default TdxChartPieSweepDirection.Clockwise;
| Type | Default | Description |
|---|---|---|
| TdxChartPieSweepDirection | Clockwise |
The current Pie or Doughnut sweep direction.
|
Use the SweepDirection property to arrange series slices clockwise or counterclockwise. To rotate the origin of series slices, use the StartAngle property.
| Value | Pie Example[1] | Doughnut Example[2] |
|---|---|---|
| TdxChartPieSweepDirection.Clockwise ( default ) | ||
| TdxChartPieSweepDirection.Counterclockwise |
The SweepDirection property’s default value is TdxChartPieSweepDirection.Clockwise.
Footnotes
This example demonstrates different SweepDirection property values on the same Pie series under the following conditions:
This example demonstrates different SweepDirection property values on the same Doughnut series under the following conditions:
See Also
TdxChartSimpleSeriesCustomPieView.StartAngle Property
TdxChartSimpleSeriesCustomPieView Class