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

TdxGaugeCustomArcQuantitativeScale.OptionsView Property

Provides access to the arc and wide circular scales appearance and functionality settings.

#Declaration

Delphi
property OptionsView: TdxGaugeArcQuantitativeScaleOptionsView read; write;

#Property Value

Type
TdxGaugeArcQuantitativeScaleOptionsView

#Remarks

Use this property set to specify the scale range’s minimum and maximum values, its start and end positions on the arc scale layout, as well as the visibility of its visual elements.

Refer to the TdxGaugeScaleOptionsArcLayout class description, the Arc Scales and Wide Circular Scales topics for additional information.

See Also