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

TdxGaugeScaleOptionsRectangularLayout Class

The base class for the layout options of all scale types.

#Declaration

Delphi
TdxGaugeScaleOptionsRectangularLayout = class(
    TdxGaugeScaleOptionsCustomLayout
)

#Remarks

This class simply publishes both the generic and rectangular layout-specific settings of scales implemented in its ancestor.

The TdxGaugeScaleOptionsRectangularLayout object is referenced by the OptionsLayout property implemented in the TdxGaugeCustomScale class.

The TdxGaugeCustomScale.OptionsLayout property is directly inherited and published by the TdxGaugeDigitalScale, TdxGaugeLinearScale, TdxGaugeDBDigitalScale, and TdxGaugeDBLinear classes. The classes, descending from the TdxGaugeCustomScale class, implement scale types with non-rectangular layouts, and override the TdxGaugeCustomScale.OptionsLayout property.

See Also