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

TdxGaugeQuantitativeScaleCaption Class

A custom label for both the unbound and data-aware quantitative scales.

#Declaration

Delphi
TdxGaugeQuantitativeScaleCaption = class(
    TdxGaugeCustomCaption
)

#Remarks

This class implements custom inscriptions that you can place within the arc, wide circular, and linear scales:

The TdxGaugeQuantitativeScaleCaption class implements the OptionsView property that overrides the respective property provided by the ancestor class.

Refer to the TdxGaugeCustomCaption class description for more information.

See Also