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.AlignElements Property

Specifies how the tick marks and labels are aligned on the linear scale.

#Declaration

Delphi
property AlignElements: TdxGaugeLinearScaleAlignElements read; write; default taLeftJustify;

#Property Value

Type Default
TdxGaugeLinearScaleAlignElements taLeftJustify

#Remarks

This property affects the location of the tick marks and labels on the linear scale’s layout regardless of its alignment.

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

To change how the scale label inscriptions are displayed, use the LabelOrientation property instead.

The default value of the AlignElements property is taLeftJustify.

See Also