Skip to main content

dxGaugeCleverStyleName Constant

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

Declaration

const dxGaugeCleverStyleName = 'Clever';

Remarks

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

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

Note

The Clever style is not available for the Wide Circular scale type.

See Also