Example of Synchronized Charts in ASP.NET MVC Chart Control
This example visualizes the history of currency exchange rates using synchronized charts.
DEMO
SOURCE
This demo showcases the synchronization of multiple charts, with crosshair, tooltip, and zooming functionalities synchronized across the charts. Hover over or zoom in on one chart to observe the corresponding impact on the other charts as well.
Tooltip
is enabled in this example. To see the tooltip in action, hover over or tap on the chart.
More information on the user interaction can be found in this documentation sectionopens in a new tab.