Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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 DeleteScale method instead.

See Also