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

TdxGaugeCustomCaptionOptionsView.RotationAngle Property

Specifies the rotation angle (in degrees) applied to a custom scale caption.

#Declaration

Delphi
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