Skip to main content

dxGaugeUnregisterStyle(TdxGaugeScaleType,string) Method

Removes a specified visual style from one of the scale types registered in the Gauge Control.

Declaration

procedure dxGaugeUnregisterStyle(AScaleType: TdxGaugeScaleType; const AStyleName: string);

Parameters

Name Type
AScaleType TdxGaugeScaleType
AStyleName string

Remarks

Use this procedure to remove the visual style whose name is specified as the AStyleName parameter for the scale type specified as the AScaleType parameter.

To register the custom style for a particular scale type, use the dxGaugeRegisterStyle method.

Note

If you need to remove all currently available visual styles for the scale type, use the dxGaugeUnregisterStyles procedure instead.

See Also