I understand that
Scrollbars are only shown when zooming occurs. In other words, even if a scrollbar is enabled, it will only be visible when a view is being displayed.
but then, how do I enable zooming on the Chart Control. I am looking to do this in order to avoid having my Axis-Lables break into two columns after a certain number of values are added to the graph.
Maybe this will help.
Click the chart in the design view.
Under properties choose: Chart Area (collections) it is the [...] button
That brings up a bunch the ChartArea Collections Editor.
Scroll down to the CursorX (x is the horizontal)and switch IsUserEnabled to TRUE and IsUserSelection to TRUE
Then you can click and drag areas of the chart on the horizontal axis to 'zoom' in.
There might be a more intuitive way to do all this but it worked.
Good luck.
ok, this explains it: http://msdn.microsoft.com/en-us/library/dd456730.aspx