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

TdxGaugeLinearScaleOptionsView.RotationAngle Property

Specifies the linear scale‘s direction.

#Declaration

Delphi
property RotationAngle: TcxRotationAngle read; write; default raMinus90;

#Property Value

Type Default
TcxRotationAngle raMinus90

#Remarks

Use this property to designate the direction of the linear scale’s layout. The actual appearance and location of scale’s tick marks and labels also depends on the AlignElements and LabelOrientation property values. The examples shown below illustrate the available rotation angle options with the AlignElements and LabelOrientation properties set to their defaults:

Value

Description

Example

ra0

The ra0 value is the opposite of ra180.

This setting corresponds to the linear scale aligned horizontally within its parent object. The level bar is directed from right to left.

raPlus90

The raPlus90 value is the opposite of raMinus90.

This setting corresponds to the linear scale aligned vertically within its parent object. The level bar is directed from top to bottom.

raMinus90

The raMinus90 value is the opposite of raPlus90.

This setting corresponds to the linear scale aligned vertically within its parent object. The level bar is directed from bottom to top.

ra180

The ra180 value is the opposite of ra0.

This setting corresponds to the linear scale aligned horizontally within its parent object. The level bar is directed from left to right.

The default value of the RotationAngle property is raMinus90.

See Also