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

TdxGaugeContainerScale Class

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

#Declaration

Delphi
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