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

TdxGaugeQuantitativeScaleCaptionOptionsView Class

Stores appearance settings of the custom labels that can be created in quantitative scales.

#Declaration

Delphi
TdxGaugeQuantitativeScaleCaptionOptionsView = class(
    TdxGaugeCustomCaptionOptionsView
)

#Remarks

This class implements the font, positioning, and orientation settings for the custom labels (captions) which can be created in arc, wide circular, and linear scales.

The TdxGaugeQuantitativeScaleCaptionOptionsView class extends the ancestor class with the UseOwnFont property that allows you select between the scale’s style-derived and custom font settings specified by the Font property for a custom label.

See Also