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

TdxGaugeCustomCaptionOptionsLayout Class

Stores the positioning settings of the custom inscription created within a scale.

#Declaration

Delphi
TdxGaugeCustomCaptionOptionsLayout = class(
    TdxGaugeCustomCaptionOptionsPersistent
)

#Remarks

This class implements the relative coordinates of the custom label’s bounding box within a scale’s boundaries.

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

  • Set the relative horizontal position of the custom inscription within the scale (the CenterPositionFactorX property);

  • Set the relative vertical position of the custom inscription within the scale (the CenterPositionFactorY property).

The TdxGaugeCustomCaptionOptionsLayout class is referenced by the OptionsLayout property implemented in the TdxGaugeCustomCaption class. The OptionsLayout property is published in the TdxGaugeDigitalScaleCaption and TdxGaugeQuantitativeScaleCaption classes.S

See Also