Back to Devexpress

TdxGaugeCustomCaptionOptionsPersistent Class

vcl-dxgaugecustomscale-5c94d666.md

latest1.7 KB
Original Source

TdxGaugeCustomCaptionOptionsPersistent Class

The base class for all custom scale label settings classes.

Declaration

delphi
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

TdxGaugeCustomCaptionOptionsPersistent Members

dxGaugeCustomScale Unit