Click or drag to resize
SplineData Constructor
Creates a data node from Spline values.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public SplineData(
	ChartNode parent,
	Spline spline
)

Parameters

parent
Type: Imsl.Chart2DChartNode
A ChartNode which specifies the parent of this data node.
spline
Type: Imsl.MathSpline
A Spline which specifies the data to be plotted.
See Also