Creates a CuSum chart given the means of a series of samples.

Namespace: Imsl.Chart2D.QC
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public CuSum(
	AxisXY axis,
	double[] xbar
)
Visual Basic (Declaration)
Public Sub New ( _
	axis As AxisXY, _
	xbar As Double() _
)
Visual C++
public:
CuSum(
	AxisXY^ axis, 
	array<double>^ xbar
)

Parameters

axis
Type: Imsl.Chart2D..::.AxisXY
The AxisXY parent of this node
xbar
Type: array< System..::.Double >[]()[]
The means of the samples.

See Also