Click or drag to resize
ChartNodeFirePickListeners Method
Invokes the pick delegates defined at this node and at all of its ancestors, if the event "hits" the node.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual void FirePickListeners(
	MouseEventArgs e
)

Parameters

e
Type: System.Windows.FormsMouseEventArgs
A MouseEventArgs which determines which nodes have been selected.
See Also