Skip to main content

TdxGaugeLinearScaleOptionsView.AlignElements Property

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

Declaration

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