The value of the attribute "BarMinus" contains the Bar object for the negative CuSum (C^{-}) bars.

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

Syntax

C#
public virtual Bar BarMinus { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property BarMinus As Bar
Visual C++
public:
virtual property Bar^ BarMinus {
	Bar^ get ();
}

Field Value

To access the C^{-} bars for where the process is in control, apply the method GetBarSet(0,0) to the Bar object returned by this method. For the bars for where the process is not in control, apply the method GetBarSet(1,0) to the Bar object returned by this method.

See Also