Click or drag to resize
SChart Constructor (AxisXY, Double)
Creates an S chart given sample data.

Namespace: Imsl.Chart2D.QC
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public SChart(
	AxisXY axis,
	double[,] x
)

Parameters

axis
Type: Imsl.Chart2DAxisXY
The AxisXY parent of this node.
x
Type: SystemDouble
A two-dimensional array containing sample data. The data of the i-th sample is in x[i,*]. There must be at least two columns.
See Also