Skip to main content

dxGaugeDeepFireStyleName Constant

Determines the default name of the Deep Fire predefined visual scale style.

Declaration

const dxGaugeDeepFireStyleName = 'DeepFire';

Remarks

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

In order to preview the Deep Fire 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 Deep Fire style applied to all supported scale types:

See Also