Blazor Synchronized Charts Example.
This demo showcases the history of currency exchange rates using synchronized 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.
In this demo, chart mouse events are used to synchronize interactions across multiple charts. Public methods like ShowTooltip and ShowCrosshair are invoked for seamless integration of Tooltip and Crosshair functionalities. The demo also features a sophisticated Zooming capability achieved through consistent ZoomFactor and ZoomPosition settings across all chart axes.
More information on the user interaction can be found in this documentation section.