Click or drag to resize
ChartNodeGetChildren Method
Gets the list of child nodes.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual ChartNode[] GetChildren()

Return Value

Type: ChartNode
A ChartNode[] which contains the children of this node.
Remarks
If there are no children, a 0-length array is returned.
See Also