Skip to main content

dxGaugeUnregisterScales Method

Removes all the currently registered scale types from the Gauge Control.

Declaration

procedure dxGaugeUnregisterScales;

Remarks

Use this procedure if you need to replace the pre-built scale types with the implemented custom scale types. The dxGaugeUnregisterScales procedure removes all registered scale types from the list of scales available in the Gauge Control.

Note

If you need to remove a particular scale type from the list of available scales, use the dxGaugeUnregisterScale procedure instead.

See Also