TdxGaugeScaleStyle Class
The visual style that can be applied to a scale.
Declaration
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