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

TdxChartCustomLabels.Angle Property

Specifies value label rotation angle, in degrees.

#Declaration

Delphi
property Angle: Single read; write;

#Property Value

Type Description
Single

The value label rotation angle, in degrees.

A positive value rotates labels clockwise while a negative value rotates labels counterclockwise.

#Remarks

Use the Angle property to rotate value labels clockwise or counterclockwise.

#Property Value Examples

Value Example[1]
0 (default) VCL Chart Control: No Label Rotation
-45 VCL Chart Control: Labels Are Rotated Counterclockwise
45 VCL Chart Control: Labels Are Rotated Clockwise

#Default Value

The Angle property’s default value is 0.

Footnotes
  1. This example demonstrates different Angle property values for the axis of arguments on the same XY diagram.

See Also