Click or drag to resize
ChartNode Constructor
Constructs a ChartNode object.

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

Parameters

parent
Type: Imsl.Chart2DChartNode
The ChartNode which is the parent of this object.
See Also