Click or drag to resize
ShewhartControlChartSetSampleSize Method (Int32)
Sets the value of the attribute "SampleSize" when there is only a single sample size.

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".
Remarks
Its default value is an array of length one containing a one, (new int[]{1}).
See Also