TdxGaugeCustomCaptionOptionsPersistent Class
The base class for all custom scale label settings classes.
Declaration
TdxGaugeCustomCaptionOptionsPersistent = class(
TcxOwnedPersistent
)
Remarks
This class implements the basic functionality required by all custom scale inscription-related property sets.
You do not need to create instances of this class. Use its descendants instead. The TdxGaugeCustomCaptionOptionsLayout, TdxGaugeCustomCaptionOptionsView, and TdxGaugeQuantitativeScaleCaptionOptionsView objects are referenced by the TdxGaugeCustomCaption.OptionsLayout, TdxGaugeDigitalScaleCaption.OptionsView, and TdxGaugeQuantitativeScaleCaption.OptionsView properties, respectively.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxGaugeCustomCaptionOptionsPersistent
See Also