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

TdxGaugeCaptionCollection Class

A collection of custom inscriptions created within a scale.

#Declaration

Delphi
TdxGaugeCaptionCollection = class(
    TcxComponentCollection
)

#Remarks

This class implements the collection of custom labels within a scale. You can use the properties and methods published by the TdxGaugeCaptionCollection class to manage the scale’s custom inscriptions. However, the conventional way of adding, removing and customizing the custom labels is provided within the design time functionality of the Gauge Control.

The TdxGaugeCaptionCollection object is referenced by the Captions property implemented in the TdxGaugeCustomScale class.

#Inheritance

See Also