Back to Devexpress

TdxGaugeCustomCaptionOptionsLayout Class

vcl-dxgaugecustomscale-0ef00c6e.md

latest2.2 KB
Original Source

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

Inheritance

TObject TPersistent TcxOwnedPersistent TdxGaugeCustomCaptionOptionsPersistent TdxGaugeCustomCaptionOptionsLayout

See Also

TdxGaugeCustomCaptionOptionsLayout Members

dxGaugeCustomScale Unit