Skip to main content

TdxGaugeArcQuantitativeScaleOptionsView.LabelOrientation Property

Specifies the orientation of labels corresponding to the major tick marks within an arc scale or wide circular scale.

Declaration

property LabelOrientation: TdxGaugeCircularScaleLabelOrientation read; write; default loLeftToRight;

Property Value

Type Default
TdxGaugeCircularScaleLabelOrientation loLeftToRight

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 LabelOrientation property does not affect any custom labels created within the arc and wide circular scales.

The default value of the LabelOrientation property is loLeftToRight.

See Also