OnMouseUp()
OnMouseUp()
Definition
An event driven method is called any time the mouse pointer is over the chart control and a mouse button is being released.
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 with the following syntax.
public override void OnMouseUp(ChartControl chartControl, ChartPanel chartPanel, ChartScale chartScale, ChartAnchor dataPoint)

