This example demonstrates how you can individually adjust scrolling along the X and Y axes. A chart with two panes is used to demonstrate this feature.
In this example the chart with two series is created. The second series is assigned to an additional pane.
In addition, to show scrolling bars along axes, the axis whole range and axis visible range is specified and the ScrollingOptions2D.UseScrollBars property is set to true. To learn more on axis ranges, refer to Visual Ranges and Whole Ranges .
To specify scrolling along the axes of the diagram's panes, the XYDiagram2D.EnableAxisXScrolling and XYDiagram2D.EnableAxisYScrolling properties are used.
For more information, refer to Zooming and Scrolling (2D XY-Charts).