Click or drag to resize
AbstractChartNodeIsAncestorOf Method
Determines if this node is an ancestor of the argument node.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual bool IsAncestorOf(
	AbstractChartNode node
)

Parameters

node
Type: Imsl.Chart2DAbstractChartNode
An AbstractChartNode object that will have it's relationship checked.

Return Value

Type: Boolean
A bool, true if this node is an ancestor of the argument, node.
See Also