TdxGaugeLinearScaleOptionsView.RotationAngle Property
Specifies the linear scale‘s direction.
Declaration
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 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 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 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 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.