Click or drag to resize
ShewhartControlChart Constructor
Constructs a Shewhart control chart.

Namespace: Imsl.Chart2D.QC
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public ShewhartControlChart(
	AxisXY axis
)

Parameters

axis
Type: Imsl.Chart2DAxisXY
The AxisXY parent of this node.
See Also