Click or drag to resize
PickEventArgsNode Property
The ChartNode associated with the pick event.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual ChartNode Node { get; set; }

Property Value

Type: ChartNode
A ChartNode which specifies the node associated with the pick event.
See Also