Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxChartSimpleSeriesCustomPieView.StartAngle Property

Specifies Pie or Doughnut series start angle, in degrees.

#Declaration

Delphi
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