Creates a C-chart given the number of defects in a series of samples.
Namespace: Imsl.Chart2D.QCAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public CChart(
AxisXY axis,
int[] numberDefects
)
Public Sub New (
axis As AxisXY,
numberDefects As Integer()
)
public:
CChart(
AxisXY^ axis,
array<int>^ numberDefects
)
new :
axis : AxisXY *
numberDefects : int[] -> CChart
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