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

TdxGaugeScaleStyle Class

The visual style that can be applied to a scale.

#Declaration

Delphi
TdxGaugeScaleStyle = class(
    TObject
)

#Remarks

This class implements distinctive visual styles available for different scale types.

You do not need to create instances of this class. In order to assign a specific style to the scale, use the scale’s StyleName property, which is published by all classes that implement both the unbound and data-aware scales:

Unbound Quantitative Scale Classes

Data-Aware Quantitative Scale Classes

Refer to the Scale Styles topic for the full list of styles and more information on their use.

#Inheritance

TObject
TdxGaugeScaleStyle
See Also