Back to Devexpress

TdxGaugeScaleStyle Class

vcl-dxgaugecustomscale-a5ce850d.md

latest2.6 KB
Original Source

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

TdxGaugeScaleStyle Members

dxGaugeCustomScale Unit