IMSL C# Numerical Library

SChart Constructor (AxisXY, Double[,])

Creates an S chart given sample data.

public SChart(
   AxisXY axis,
   double[,] x
);

Parameters

axis
The AxisXY parent of this node.
x
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

SChart Class | Imsl.Chart2D.QC Namespace | SChart Constructor Overload List