AbstractChartNode Constructor |
This interface contains members that will be common to chart objects
in a variety of dimentions.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public AbstractChartNode(
AbstractChartNode parent
)
Public Sub New (
parent As AbstractChartNode
)
public:
AbstractChartNode(
AbstractChartNode^ parent
)
new :
parent : AbstractChartNode -> AbstractChartNode
Parameters
- parent
- Type: Imsl.Chart2DAbstractChartNode
A chart node which is the parent node of this object.
See Also