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) |
![]() |
-45 |
![]() |
45 |
![]() |
#Default Value
The Angle
property’s default value is 0
.
Footnotes
-
This example demonstrates different
Angle
property values for the axis of arguments on the same XY diagram.
See Also