IMSL C# Numerical Library

ChartNode.FirePickListeners Method 

Invokes the pick delegates defined at this node and at all of its ancestors, if the event "hits" the node.

public virtual void FirePickListeners(
   MouseEventArgs e
);

Parameters

e
A MouseEventArgs which determines which nodes have been selected.

See Also

ChartNode Class | Imsl.Chart2D Namespace