Skip to main content

dxGaugeCosmicStyleName Constant

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

Declaration

const dxGaugeCosmicStyleName = 'Cosmic';

Remarks

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

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

Note

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

See Also