ShewhartControlChartAddWecoLimits Method |
Adds lines for the Western Electric Company Rules.
Namespace: Imsl.Chart2D.QCAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual ControlLimit[] AddWecoLimits()
Public Overridable Function AddWecoLimits As ControlLimit()
public:
virtual array<ControlLimit^>^ AddWecoLimits()
abstract AddWecoLimits : unit -> ControlLimit[]
override AddWecoLimits : unit -> ControlLimit[]
Return Value
Type:
ControlLimit
An array containing the four added lines.
They are in order with the
ControlLimit corresponding to
k = -2 first and
the
ControlLimit corresponding to
k = +2 last.
Remarks
These additional lines are at
The meaning of
center and
depend on the chart to which these lines are added.
The "LineColor" attribute for these lines is set to yellow.
See Also