TdxGaugeCustomScale.Captions Property
Provides access to the collection of custom inscriptions created within the scale.
Declaration
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