IMSL C# Numerical Library

AbstractChartNode.AbstractParent Property

Indicates the parent of this AbstractChartNode.

public virtual AbstractChartNode AbstractParent {get;}

Property 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.

See Also

AbstractChartNode Class | Imsl.Chart2D Namespace