Click or drag to resize
ShewhartControlChartSetSampleSize Method (Int32)
Sets the value of the attribute "SampleSize". Its default value is an array of length one containing a one, (new int[]{1}).

Namespace: Imsl.Chart2D.QC
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual void SetSampleSize(
	int[] sampleSize
)

Parameters

sampleSize
Type: SystemInt32
The value of the attribute "SampleSize".
See Also