TdxGaugeLinearScaleLabelOrientation Type
Enumerates the possible scale label orientations in linear scales.
#Declaration
TdxGaugeLinearScaleLabelOrientation = dxCore.TdxTextOrientation;
#Referenced Class
Type |
---|
Tdx |
#Remarks
Options include:
Value | Description | Example |
---|---|---|
to | The linear scale’s labels are shown left to right. The labels appear identical for all the linear scale’s Options | |
to | The to The linear scale’s labels are shown top to bottom. The labels appear identical for all the linear scale’s Options | |
to | The to The linear scale’s labels are shown bottom to top. The labels appear identical for all the linear scale’s Options |
This type is referenced by the LabelOrientation property implemented in the TdxGaugeLinearScaleOptionsView class.