To test the Zooming and Scrolling capabilities on this demo:
- Zoom to a portion of the chart by dragging and selecting with the mouse a rectangle to
set a new scale for the chart. AJAX retrieves the visible "chunk" of the chart that
was selected. You can navigate the chart by scrolling and new image "chunks"
are requested on-the-fly.
- You can also use stand-alone scrolling by explicitly setting EnableZoom="false". You
can still provide XScale and YScale factor values on the server-side.