TdxGaugeLinearScaleAlignElements Type
Enumerates the possible tick mark and scale label alignments in linear scales.
Declaration
TdxGaugeLinearScaleAlignElements = System.Classes.TLeftRight;
Referenced Class
Type |
---|
TLeftRight |
Remarks
Options include:
Value | Description | Example |
---|---|---|
taLeftJustify | The taLeftJustify value is the opposite of All tick marks and scale labels are located to the left of the linear scale‘s level bar. The actual location of these elements depends on the linear scale’s orientation determined by the OptionsView.RotationAngle property value:
| |
taRightJustify | The taRightJustify value is the opposite of All tick marks and scale labels are located to the right of the linear scale‘s level bar. The actual location of these elements depends on the linear scale’s orientation determined by the OptionsView.RotationAngle property value:
|
This type is referenced by the AlignElements property implemented in the TdxGaugeLinearScaleOptionsView class.