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

TdxGaugeScaleCollection Class

A collection of scale objects created within the Gauge Control.

#Declaration

Delphi
TdxGaugeScaleCollection = class(
    TcxComponentCollection
)

#Remarks

This class implements the Gauge Control’s scale management functionality.

The TdxGaugeScaleCollection class extends its ancestor class with the Items property and the Add function.

Since this scales collection stores the generic scale objects, you need to cast them to the respective scale types in order to access the scale’s type-specific properties. Refer to the Items property description for the code examples.

The TdxGaugeScaleCollection object is referenced by the Gauge Control’s Scales property.

#Inheritance

See Also