Click or drag to resize
Data Constructor (ChartNode, Double, Double)
Creates a Data node with x and y values.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public Data(
	ChartNode parent,
	double[] x,
	double[] y
)

Parameters

parent
Type: Imsl.Chart2DChartNode
A ChartNode which specifies the parent of this data node.
x
Type: SystemDouble
A double array containing the independant values for this node.
y
Type: SystemDouble
A double array containing the dependant values for this node.
See Also