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

TdxChartScrollOptions.ScrollBars Property

Specifies if the Chart control displays scroll bars for zoomed-in XY diagrams.

#Declaration

Delphi
property ScrollBars: Boolean read; write; default True;

#Property Value

Type Default Description
Boolean True

#Remarks

Users can drag scroll thumbs or rotate the mouse wheel to scroll a zoomed-in XY diagram.

You can use the ScrollBars property to specify if the Chart control displays scroll bars for zoomed-in XY diagrams by default. The ScrollOptions.ScrollBars property of an individual XY diagram has priority over the ScrollBars property.

Tip

You can use the Chart control’s LookAndFeel.ScrollbarMode property to switch between supported scroll bar types.

#Default Value

The ScrollBars property’s default value is True.

See Also