IMSL C# Numerical Library

ShewhartControlChart.SetData Method

Sets the data in the control chart. By default, the data points are drawn as filled circle markers connected by a line.

Overload List

Sets the data in the control chart. By default, the data points are drawn as filled circle markers connected by a line.

public virtual Data SetData(double[]);

Sets the integer data in the control chart.

public virtual Data SetData(int[]);

See Also

ShewhartControlChart Class | Imsl.Chart2D.QC Namespace