IMSL C# Numerical Library

ChartNode.Parent Property

Indicates the parent of this ChartNode.

public virtual ChartNode Parent {get;}

Property 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

ChartNode Class | Imsl.Chart2D Namespace