TdxChartScrollOptions.ScrollBars Property
Specifies if the Chart control displays scroll bars for zoomed-in XY diagrams.
Declaration
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