Click or drag to resize
ShewhartControlChartSetData Method (Int32)
Sets the integer data in the control chart.

Namespace: Imsl.Chart2D.QC
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual Data SetData(
	int[] y
)

Parameters

y
Type: SystemInt32
An array containing the data values.

Return Value

Type: Data
A Data object containing the data points.
Remarks
By default, the data points are drawn as filled circle markers connected by a line.
See Also