Specifies the current node of the chart tree.

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

Syntax

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

Field Value

A ChartNode containing the current node of this tree.

Remarks

This is used to get drawing attributes from the tree.

See Also