TdxChartSimpleSeriesCustomPieView.SweepDirection Property
#Declaration
property SweepDirection: TdxChartPieSweepDirection read; write; default TdxChartPieSweepDirection.Clockwise;
#Property Value
Type | Default | Description |
---|---|---|
Tdx |
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] |
---|---|---|
Tdx |
||
Tdx |
#Default Value
The SweepDirection
property’s default value is TdxChartPieSweepDirection.Clockwise.
-
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