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
An array of arrays containing sample data. The data of the i-th sample is in x[i]. Each row must have at least two entries.

See Also

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