PickEventArgsNode Property |
The ChartNode associated with the pick event.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual ChartNode Node { get; set; }
Public Overridable Property Node As ChartNode
Get
Set
public:
virtual property ChartNode^ Node {
ChartNode^ get ();
void set (ChartNode^ value);
}
abstract Node : ChartNode with get, set
override Node : ChartNode with get, set
Property Value
Type:
ChartNode
A
ChartNode which specifies the node associated with the
pick event.
See Also