Skip to main content

TdxGaugeCustomCaptionOptionsLayout Class

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

Declaration

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