Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

dxGaugeFutureStyleName Constant

In This Article

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

#Declaration

Delphi
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