Click or drag to resize
ChartNodeParent Property
Indicates the parent of this ChartNode.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual ChartNode Parent { get; }

Property Value

Type: ChartNode
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