Indicates the parent of this ChartNode.

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

Syntax

C#
public virtual ChartNode Parent { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property Parent As ChartNode
Visual C++
public:
virtual property ChartNode^ Parent {
	ChartNode^ get ();
}

Field Value

A ChartNode object which contains this node's parent.

Remarks

This is null in the case of the root node of the chart tree, since that node has no parent.

Note that this is not an attribute setting.

Note that there is no function to set the Parent.

See Also