Specifies a ChartNode as the current node.

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

Syntax

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

Field Value

A ChartNode containing the curent node.

Remarks

This is used to get drawing attributes from the tree.

See Also