TdxCustomGaugeControl.Clear Method
In This Article
Clears the Scales collection within a Gauge Control instance.
#Declaration
Delphi
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 Delete
See Also