TdxGaugeScaleCollection Class
A collection of scale objects created within the Gauge Control.
Declaration
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
TObject
TPersistent
TcxComponentCollection
TdxGaugeScaleCollection
See Also