OnMouseMove()
OnMouseMove()
Definition
An event driven method which is called any time the mouse pointer is over the chart control and a mouse is moving.
Method Return Value
This method does not return a value.
For a combined single click operation, i.e. mouse down click, move and release the dataPoint reported will always be the initial starting one.
Syntax
You must override the method in your Drawing Tool with the following syntax.
public override void OnMouseMove(ChartControl chartControl, ChartPanel chartPanel, ChartScale chartScale, ChartAnchor dataPoint) \{ \}

