Indicates the parent of this AbstractChartNode.
Namespace:
Imsl.Chart2D
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual AbstractChartNode AbstractParent { get; } |
Visual Basic (Declaration) |
---|
Public Overridable ReadOnly Property AbstractParent As AbstractChartNode |
Visual C++ |
---|
public: virtual property AbstractChartNode^ AbstractParent { AbstractChartNode^ get (); } |
Field Value
An AbstractChartNode that is the parent of this node.
Remarks
If this is the root node in the chart tree the value is null.
Note that this is not an attribute setting.
Note that there is no SetParent method or property assignment.