The base class of all of the nodes in 2D chart trees.

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

Syntax

C#
[SerializableAttribute]
public abstract class AbstractChartNode
Visual Basic (Declaration)
<SerializableAttribute> _
Public MustInherit Class AbstractChartNode
Visual C++
[SerializableAttribute]
public ref class AbstractChartNode abstract

Inheritance Hierarchy

System..::.Object
Imsl.Chart2D..::.AbstractChartNode
Imsl.Chart2D..::.ChartNode

See Also