TdxChartSimpleSeriesCustomPieView.SweepDirection Property
Declaration
property SweepDirection: TdxChartPieSweepDirection read; write; default TdxChartPieSweepDirection.Clockwise;
Property Value
Type | Default | Description |
---|---|---|
TdxChartPieSweepDirection | Clockwise |
Remarks
Use the SweepDirection
property to arrange series slices clockwise or counterclockwise. To rotate the origin of series slices, use the StartAngle property.
Examples
Value | Pie Example[1] | Doughnut Example[2] |
---|---|---|
TdxChartPieSweepDirection.Clockwise (default) | ||
TdxChartPieSweepDirection.Counterclockwise |
Default Value
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:- The StartAngle property is set to
90
. - The TotalLabel.Visible property is set to
False
.
- The StartAngle property is set to
-
This example demonstrates different
SweepDirection
property values on the same Doughnut series under the following conditions:- The StartAngle property is set to
90
. - The TotalLabel.Visible property is set to
False
.
- The StartAngle property is set to
See Also