vcl-dxgaugecustomscale-a5ce850d.md
The visual style that can be applied to a scale.
TdxGaugeScaleStyle = class(
TObject
)
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.
TObject TdxGaugeScaleStyle
See Also