dxGaugeSmartStyleName Constant
Determines the default name of the Smart predefined visual scale style.
Declaration
const dxGaugeSmartStyleName = 'Smart';
Remarks
You can apply this visual style to an individual scale created within the Gauge Control by assigning the dxGaugeSmartStyleName global constant value to the scale’s StyleName property.
In order to preview the Smart 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 Smart style applied to all supported scale types:
Note
The Smart style is not available for the Wide Circular scale type.
See Also