Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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