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
True
Default. The Chart control displays horizontal and vertical scroll bars for the axis of arguments and the axis of values for a zoomed-in XY diagram whose ScrollOptions.ScrollBars property is set to bDefault.
False
The Chart control displays scroll bars only for those zoomed-in XY diagrams whose ScrollOptions.ScrollBars property is set to bTrue.

#Remarks

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

VCL Chart Control: Horizontal and Vertical Scroll Bars

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