Back to Devexpress

TdxGaugeLinearScaleOptionsView.RotationAngle Property

vcl-dxgaugelinearscale-dot-tdxgaugelinearscaleoptionsview.md

latest3.8 KB
Original Source

TdxGaugeLinearScaleOptionsView.RotationAngle Property

Specifies the linear scale‘s direction.

Declaration

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

Property Value

TypeDefault
TcxRotationAngleraMinus90

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

TdxGaugeLinearScaleOptionsView Class

TdxGaugeLinearScaleOptionsView Members

dxGaugeLinearScale Unit