Example of Pagination in ASP.NET MVC Chart Control
This sample demonstrates the panning feature of the charts.
DEMO
SOURCE
This example demonstrates how to view the next set of data through panning. You can swipe left or right, or click on the days at the bottom to navigate through the data. Enable animation during panning by using the enableAnimation
property in zoomSettings
.
More information on zooming and panning can be found in this documentation sectionopens in a new tab.