Click or drag to resize
CChart Constructor
Creates a C-chart given the number of defects in a series of samples.

Namespace: Imsl.Chart2D.QC
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public CChart(
	AxisXY axis,
	int[] numberDefects
)

Parameters

axis
Type: Imsl.Chart2DAxisXY
The AxisXY parent of this node
numberDefects
Type: SystemInt32
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