Click or drag to resize
AbstractChartNode Constructor
This interface contains members that will be common to chart objects in a variety of dimentions.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public AbstractChartNode(
	AbstractChartNode parent
)

Parameters

parent
Type: Imsl.Chart2DAbstractChartNode
A chart node which is the parent node of this object.
See Also