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

TdxGaugeLinearScaleOptionsView.LabelOrientation Property

Specifies the tick mark and label position on the linear scale layout.

#Declaration

Delphi
property LabelOrientation: TdxGaugeLinearScaleLabelOrientation read; write; default toLeftToRight;

#Property Value

Type Default
TdxGaugeLinearScaleLabelOrientation toLeftToRight

#Remarks

The actual appearance and location of scale’s tick marks and labels on the linear scale layout is determined by the AlignElements, LabelOrientation, and RotationAngle property values.

Refer to the TdxGaugeLinearScaleLabelOrientation type description for the full list of available options.

Note

The LabelOrientation property does not affect any custom labels created within a linear scale.

The default value of the LabelOrientation property is toLeftToRight.

See Also