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