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

TdxGaugeCustomScale.OptionsLayout Property

Provides access to the rectangular scale layout options.

#Declaration

Delphi
property OptionsLayout: TdxGaugeScaleOptionsCustomLayout read; write;

#Property Value

Type
TdxGaugeScaleOptionsCustomLayout

#Remarks

This property is published only in those descendants of the TdxGaugeCustomScale class which employ the rectangular layout:

The OptionsLayout property is overridden in the TdxGaugeArcQuantitativeScale class that implements the basic functionality for the circular, three-fourth circular, half-circular, and quarter-circular scales that employ the arc layout.

Refer to the TdxGaugeScaleOptionsRectangularLayout class description and the Scale Layout topic for more information on available rectangular layout-specific options.

See Also