Skip to main content

TdxCustomGaugeControl.Scales Property

Provides access to the collection of scale objects created within the Gauge Control instance.

Declaration

property Scales: TdxGaugeScaleCollection read; write;

Property Value

Type
TdxGaugeScaleCollection

Remarks

Use this property to access and manage individual scales (including the container scale objects) within the ExpressGauge control.

Refer to the TdxGaugeScaleCollection class description for additional information.

See Also