TdxGaugeArcQuantitativeScaleOptionsView.LabelOrientation Property
In This Article
Specifies the orientation of labels corresponding to the major tick marks within an arc scale or wide circular scale.
#Declaration
Delphi
property LabelOrientation: TdxGaugeCircularScaleLabelOrientation read; write; default loLeftToRight;
#Property Value
Type | Default |
---|---|
Tdx |
lo |
#Remarks
Use this property to select one of the major tick mark label orientation variants available for both the arc and wide circular scales. Refer to the TdxGaugeCircularScaleLabelOrientation type description for the full list of possible label orientation options.
Note
The Label
The default value of the LabelOrientation property is loLeftToRight.
See Also