Click or drag to resize
ChartPick Method
Invoke the pick delegates for the nodes hit by the event.

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

Parameters

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