TdxGaugeCustomCaptionOptionsView.RotationAngle Property
Specifies the rotation angle (in degrees) applied to a custom scale caption.
Declaration
property RotationAngle: Single read; write;
Property Value
Type |
---|
Single |
Remarks
Use this property to rotate the text string displayed by a scale‘s custom caption. The RotationAngle property imposes no restrictions on the specified rotation angle values. In order to rotate the custom inscription counterclockwise, assign a negative value to the property. To rotate the text string clockwise, use a positive angle value.
Note
To customize the font settings applied to the text string displayed by a custom scale caption, use the Font property.
See Also