CuSumStatusBarPlus Property |
The value of the attribute "BarPlus" contains the
Bar object for the positive CuSum
(
) bars.
Namespace: Imsl.Chart2D.QCAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual Bar BarPlus { get; }
Public Overridable ReadOnly Property BarPlus As Bar
Get
public:
virtual property Bar^ BarPlus {
Bar^ get ();
}
abstract BarPlus : Bar with get
override BarPlus : Bar with get
Property Value
Type:
Bar
To access the
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