TdxGaugeLinearScaleOptionsView.LabelOrientation Property
In This Article
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 |
---|---|
Tdx |
to |
#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 Label
The default value of the LabelOrientation property is toLeftToRight.
See Also