The ChartNode associated with the pick event.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual ChartNode Node { get; set; }
Visual Basic (Declaration)
Public Overridable Property Node As ChartNode
Visual C++
public:
virtual property ChartNode^ Node {
	ChartNode^ get ();
	void set (ChartNode^ value);
}

Field Value

A ChartNode which specifies the node associated with the pick event.

See Also