Click or drag to resize
ShewhartControlChartSetData Method (Double)
Sets the data in the control chart. By default, the data points are drawn as filled circle markers connected by a line.

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

Parameters

y
Type: SystemDouble
An array containing the data values.

Return Value

Type: Data
A Data object containing the data points.
See Also