ChartDirector 7.1 (.NET Edition)

WinChartViewer.MouseMoveChart


Declaration

[C#]public event MouseEventHandler MouseMoveChart;
[VB]Public Event MouseMoveChart As MouseEventHandler

Description

This event occurs when the mouse cursor moves over the chart.

When handling this event, WinChartViewer.ChartMouseX, WinChartViewer.ChartMouseY, WinChartViewer.PlotAreaMouseX and WinChartViewer.ChartMouseY can be used to obtain the mouse cursor position in the chart pixel coordinate system.