Skip to main content

dxGaugeFutureStyleName Constant

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

Declaration

const dxGaugeFutureStyleName = 'Future';

Remarks

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

In order to preview the Future style for a specific scale at design time, assign this global constant value to the scale’s StyleName property in the Object Inspector:

{TdxGaugeControl_Styles_Preview_Future.bmp}

The following image demonstrates the Future style applied to all supported scale types:

Note

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

See Also