Skip to main content

TdxGaugeContainerScale Class

A non-visual scale used as a container for other scales created within the Gauge Control.

Declaration

TdxGaugeContainerScale = class(
    TdxGaugeCustomContainerScale
)

Remarks

This class implements non-visual (dummy) scales that can be used as containers for grouping and managing other scales (including instances of the TdxGaugeContainerScale class).

The TdxGaugeContainerScale class extends its ancestor with the OptionsLayout property set that allows you to set both the relative dimensions of the container scale and its position within its parent object (whether it is a scale, another TdxGaugeContainerScale class instance, or the Gauge Control itself).

The TdxGaugeContainerScale object is returned by the AddContainer and AddScale functions implemented in the TdxCustomGaugeControl class.

See Also