Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxGaugeLinearScaleLabelOrientation Type

Enumerates the possible scale label orientations in linear scales.

#Declaration

Delphi
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 toBottomToTop.

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 toTopToBottom.

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.

See Also