TdxChartSimpleSeriesCustomPieView.StartAngle Property
Declaration
property StartAngle: Single read; write;
Property Value
Type | Description |
---|---|
Single | The start angle (in degrees) for pie or doughnut slices. |
Remarks
Use the StartAngle
property to rotate a Pie or Doughnut series clockwise or counterclockwise.
Examples
Value | Example (Pie)[1] | Example (Doughnut)[2] |
---|---|---|
90 (default) |
||
30 |
Default Value
The StartAngle
property’s default value is DefaultStartAngle.
Footnotes
-
This example demonstrates different
StartAngle
property values on the same Pie series under the following conditions:- The SweepDirection property is set to TdxChartPieSweepDirection.Clockwise.
- The TotalLabel.Visible property is set to
False
.
-
This example demonstrates different
StartAngle
property values on the same Doughnut series under the following conditions:- The SweepDirection property is set to TdxChartPieSweepDirection.Clockwise.
- The TotalLabel.Visible property is set to
False
.
See Also