IMSL C# Numerical Library

CChart Constructor 

Creates a C-chart given the number of defects in a series of samples.

public CChart(
   AxisXY axis,
   int[] numberDefects
);

Parameters

axis
The AxisXY parent of this node
numberDefects
The number of defects in a series of samples. The number of defects should not be less than zero. There should be the same number of items in each sample.

See Also

CChart Class | Imsl.Chart2D.QC Namespace