Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxGaugeArcQuantitativeScaleOptionsView.LabelOrientation Property

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
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