TdxGaugeDigitalScaleOptionsView Class
In This Article
Stores the appearance and functionality settings for both the unbound and data-aware digital scales.
#Declaration
Delphi
TdxGaugeDigitalScaleOptionsView = class(
TdxGaugeCustomScaleOptionsView
)
#Remarks
This class implements the string value display options for digital scales.
The TdxGaugeDigitalScaleOptionsView class extends its ancestor class with the digital scale-specific properties which allow you to:
Set the color of the “offline” and “online” segments of digital scales (SegmentColorOff and SegmentColorOn);
Specify the value string display modes (DigitCount and DisplayMode);
Adjust spacing between character display blocks (the DigitSpacingFactor property).
The TdxGaugeDigitalScaleOptionsView object is referenced by the OptionsView property implemented in the TdxGaugeCustomDigitalScale class.
#Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxGaugeScaleOptionsPersistent
TdxGaugeCustomScaleOptionsView
TdxGaugeDigitalScaleOptionsView
See Also