Click or drag to resize
NpChart Constructor (AxisXY, Int32, Int32)
Creates an np-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 NpChart(
	AxisXY axis,
	int sampleSize,
	int[] numberDefective
)

Parameters

axis
Type: Imsl.Chart2DAxisXY
The AxisXY parent of this node.
sampleSize
Type: SystemInt32
The number of observations in each sample. It must be at least one.
numberDefective
Type: SystemInt32
An array containing the number of defects in each of a series of samples. All of its entries must be nonnegative.
See Also