IMSL C# Numerical Library

Chart.Pick Method 

Invoke the pick delegates for the nodes hit by the event.

public virtual void Pick(
   MouseEventArgs mouseEvent
);

Parameters

mouseEvent
A MouseEventArgs whose position determines which nodes have been selected.

See Also

Chart Class | Imsl.Chart2D Namespace