Back to Devexpress

TdxGaugeCaptionCollection Class

vcl-dxgaugecustomscale-4086ef75.md

latest1.5 KB
Original Source

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

TObject TPersistent TcxComponentCollection TdxGaugeCaptionCollection

See Also

TdxGaugeCaptionCollection Members

dxGaugeCustomScale Unit