TdxGaugeLinearScaleAlignElements Type
Enumerates the possible tick mark and scale label alignments in linear scales.
#Declaration
TdxGaugeLinearScaleAlignElements = System.Classes.TLeftRight;
#Referenced Class
Type |
---|
TLeft |
#Remarks
Options include:
Value | Description | Example |
---|---|---|
ta | The ta 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 Options
| |
ta | The ta 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 Options
|
This type is referenced by the AlignElements property implemented in the TdxGaugeLinearScaleOptionsView class.