Skip to main content

dxGaugeUnregisterStyles(TdxGaugeScaleType) Method

Removes all visual styles for the specified scale type registered in the Gauge Control.

Declaration

procedure dxGaugeUnregisterStyles(AScaleType: TdxGaugeScaleType);

Parameters

Name Type
AScaleType TdxGaugeScaleType

Remarks

Use this procedure if you need to replace all pre-built visual styles with custom styles for a particular scale type. The dxGaugeUnregisterStyles procedure removes all styles associated with the scale type specified as the AScaleType parameter.

If you need to remove a particular visual style for the specified scale type, use the dxGaugeUnregisterStyle procedure instead.

See Also