Skip to main content

TdxGaugeContainerScaleOptionsLayout Class

Stores the size and positioning settings for the container (dummy) scales.

Declaration

TdxGaugeContainerScaleOptionsLayout = class(
    TdxGaugeScaleOptionsCustomLayout
)

Remarks

This class implements the layout settings for the non-visual scales that are used for grouping.

The TdxGaugeContainerScaleOptionsLayout class does not introduce any new members. Instead, it publishes the HeightFactor and WidthFactor properties, introduced in its ancestor. These properties allow you to specify the relative height and width of a container scale within its parent object.

The TdxGaugeContainerScaleOptionsLayout object is referenced by the scale’s OptionsLayout property.

See Also