IMSL C# Numerical Library

ChartNode.GetChildren Method 

Gets the list of child nodes.

public virtual ChartNode[] GetChildren();

Return Value

A ChartNode[] which contains the children of this node.

Remarks

If there are no children, a 0-length array is returned.

See Also

ChartNode Class | Imsl.Chart2D Namespace