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

TdxGaugeCustomArcQuantitativeScale Class

The base class for the arc and wide circular scales.

#Declaration

Delphi
TdxGaugeCustomArcQuantitativeScale = class(
    TdxGaugeQuantitativeScale
)

#Remarks

The TdxGaugeCustomArcQuantitativeScale class introduces the OptionsView property overriding the OptionsView property implemented in the TdxGaugeCustomScale class.

Refer to the Arc Scales and Wide Circular Scales topics for more information.

You do not need to create instances of the TdxGaugeCustomArcQuantitativeScale class. Create instances of the following classes instead:

Unbound Arc Scale Classes

Data-Aware Arc Scale Classes

See Also