TdxCustomGaugeControl.Clear Method
Clears the Scales collection within a Gauge Control instance.
Declaration
procedure Clear;
Remarks
Use this procedure to remove all scale objects (including the container scales) created in the current ExpressGauge control instance.
Note
If you need to remove a specific scale from the Gauge Control, use the DeleteScale method instead.
See Also