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

TdxGaugeCustomScale.Captions Property

Provides access to the collection of custom inscriptions created within the scale.

#Declaration

Delphi
property Captions: TdxGaugeCaptionCollection read; write;

#Property Value

Type
TdxGaugeCaptionCollection

#Remarks

Use this property to manage the list of all custom labels created within the scale. Refer to the TdxGaugeCaptionCollection class description for additional information.

Note

Normally, the custom inscriptions are added and/or removed to/from the scale by using the design-time tools provided by the Gauge Control.

See Also