Back to Devexpress

dxGaugeUnregisterStyles(TdxGaugeScaleType) Method

vcl-dxgaugecustomscale-dot-dxgaugeunregisterstyles-x28-e1790fd4-x29.md

latest1019 B
Original Source

dxGaugeUnregisterStyles(TdxGaugeScaleType) Method

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

Declaration

delphi
procedure dxGaugeUnregisterStyles(AScaleType: TdxGaugeScaleType);

Parameters

NameType
AScaleTypeTdxGaugeScaleType

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

dxGaugeCustomScale Unit