Back to Devexpress

TdxGaugeContainerScaleOptionsLayout Class

vcl-dxgaugecustomscale-3a582a5e.md

latest1.9 KB
Original Source

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.

Inheritance

TObject TPersistent TcxOwnedPersistent TdxGaugeScaleOptionsPersistent TdxGaugeScaleOptionsCustomLayout TdxGaugeContainerScaleOptionsLayout

See Also

TdxGaugeContainerScaleOptionsLayout Members

dxGaugeCustomScale Unit