Skip to main content

dxGaugeClassicStyleName Constant

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

Declaration

const dxGaugeClassicStyleName = 'Classic';

Remarks

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

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

Note

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

See Also