Back to Devexpress

TdxChartSimpleSeriesCustomPieView.StartAngle Property

vcl-dxchartsimplediagram-dot-tdxchartsimpleseriescustompieview-f2f4277c.md

latest2.4 KB
Original Source

TdxChartSimpleSeriesCustomPieView.StartAngle Property

Specifies Pie or Doughnut series start angle, in degrees.

Declaration

delphi
property StartAngle: Single read; write;

Property Value

TypeDescription
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.

Property Value Examples

ValueExample (Pie)[1]Example (Doughnut)[2]
90 ( default )
30

Default Value

The StartAngle property’s default value is DefaultStartAngle.

Footnotes

  1. This example demonstrates different StartAngle property values on the same Pie series under the following conditions:

  2. This example demonstrates different StartAngle property values on the same Doughnut series under the following conditions:

See Also

TdxChartSimpleSeriesCustomPieView.SweepDirection Property

TdxChartSimpleSeriesCustomPieView Class

TdxChartSimpleSeriesCustomPieView Members

dxChartSimpleDiagram Unit