Creates upper ControlLimit, adds it to the control chart, and returns the newly created object.

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

Syntax

C#
public virtual ControlLimit AddUpperControlLimit()
Visual Basic (Declaration)
Public Overridable Function AddUpperControlLimit As ControlLimit
Visual C++
public:
virtual ControlLimit^ AddUpperControlLimit()

Return Value

The ControlLimit object which draws the upper control limit line.

See Also