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