Skip to main content

TdxGaugeLinearScaleOptionsView.LabelOrientation Property

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

Declaration

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