Creates lower 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 AddLowerControlLimit()
Visual Basic (Declaration)
Public Overridable Function AddLowerControlLimit As ControlLimit
Visual C++
public:
virtual ControlLimit^ AddLowerControlLimit()

Return Value

Tthe ControlLimit object which draws the lower control limit line.

See Also