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.0.0

Syntax

C#
public CChart(
	AxisXY axis,
	int[] numberDefects
)
Visual Basic (Declaration)
Public Sub New ( _
	axis As AxisXY, _
	numberDefects As Integer() _
)
Visual C++
public:
CChart(
	AxisXY^ axis, 
	array<int>^ numberDefects
)

Parameters

axis
Type: Imsl.Chart2D..::.AxisXY
The AxisXY parent of this node
numberDefects
Type: array< System..::.Int32 >[]()[]
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