OnMouseDown()
OnMouseDown()
Definition
An event driven method which is called any time the mouse pointer over the chart control has the mouse button pressed.
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 OnMouseDown(ChartControl chartControl, ChartPanel chartPanel, ChartScale chartScale, ChartAnchor dataPoint) \{ \}

