Constructs a ChartNode object.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public ChartNode(
	ChartNode parent
)
Visual Basic (Declaration)
Public Sub New ( _
	parent As ChartNode _
)
Visual C++
public:
ChartNode(
	ChartNode^ parent
)

Parameters

parent
Type: Imsl.Chart2D..::.ChartNode
The ChartNode which is the parent of this object.

See Also