TdxChartScrollOptions.ScrollBars Property
In This Article
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 Look
#Default Value
The ScrollBars
property’s default value is True
.
See Also