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

TdxGaugeArcQuantitativeScale Class

The base class for the arc scales.

#Declaration

Delphi
TdxGaugeArcQuantitativeScale = class(
    TdxGaugeCustomArcQuantitativeScale
)

#Remarks

This class implements the basic functionality required for the unbound and data-aware circular, three-fourth circular, half-circular, and quarter-circular scales.

Refer to the Arc Scales topic for more information.

The TdxGaugeCustomArcQuantitativeScale class overrides the OptionsLayout and OptionsView properties implemented in its ancestor class.

You do not need to create instances of the TdxGaugeCustomArcQuantitativeScale class. Use its descendants instead.

See Also