Skip to main content

dxGaugeDiscoStyleName Constant

Determines the default name of the Disco predefined visual scale style.

Declaration

const dxGaugeDiscoStyleName = 'Disco';

Remarks

You can apply this visual style to any individual scale created within the Gauge Control by assigning the dxGaugeDiscoStyleName global constant value to the scale’s StyleName property.

In order to preview the Disco style for a specific scale at design time, assign this global constant value to the scale’s StyleName property in the Object Inspector:

The following image demonstrates the Disco style applied to all supported scale types:

See Also