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