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

TdxGaugeContainerScaleOptionsLayout Class

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

#Declaration

Delphi
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