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

Syntax

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

Parameters

parent
Type: Imsl.Chart2D..::.AbstractChartNode
A chart node which is the parent node of this object.

See Also