Updating Chart with Mouse Movement
There is an Excel file that teaches how to perform the Updating Chart with Mouse Movement operation.
Excel Solution: Updating Chart with Mouse Movement
The data point on the chart is dynamically highlighted based on the mouse cursor position. Additionally, chart interaction is enabled through the VBA MouseMove event. Thus, interactive data exploration can be performed on charts. For this reason, it serves as a powerful technique for users who want to prepare advanced dashboards and presentation files. Therefore, the way to establish mouse interaction on chart objects is learned through this file.
Hope it is useful.