Creates a data node from Spline values.

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

Syntax

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

Parameters

parent
Type: Imsl.Chart2D..::.ChartNode
A ChartNode which specifies the parent of this data node.
spline
Type: Imsl.Math..::.Spline
A Spline which specifies the data to be plotted.

See Also