Indicates the parent of this ChartNode.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual ChartNode Parent { get; }
Public Overridable ReadOnly Property Parent As ChartNode
Get
public:
virtual property ChartNode^ Parent {
ChartNode^ get ();
}
abstract Parent : ChartNode with get
override Parent : ChartNode with 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