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

TdxGaugeCustomCaptionOptionsView Class

The base class for the custom scale inscription display options.

#Declaration

Delphi
TdxGaugeCustomCaptionOptionsView = class(
    TdxGaugeCustomCaptionOptionsPersistent
)

#Remarks

This class implements the functionality required by the display options applied to the custom labels used in both the quantitative and digital scales.

The TdxGaugeCustomCaptionOptionsView class extends its ancestor class with the following properties allowing you to:

  • Customize the settings of the font used to display the custom label on a scale (the Font property);

  • Apply any tilt angle to the custom label inscription on a scale (the RotationAngle property).

The TdxGaugeCustomCaptionOptionsView object is referenced by the OptionsView property, implemented in the TdxGaugeCustomCaption class, and published in the TdxGaugeDigitalScaleCaption class.

See Also