Skip to main content

TdxChartSimpleSeriesCustomPieView.StartAngle Property

Specifies Pie or Doughnut series start angle, in degrees.

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) VCL Chart Control: Pie View - The Default Start Angle VCL Chart Control: Doughnut View - The Default Start Angle
30 VCL Chart Control: Pie View - A Custom Start Angle VCL Chart Control: Doughnut View - A Custom Start Angle

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