Adds a control limit to the chart. These can be used as tolerance limit lines or warning control limit lines.

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

Syntax

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

Return Value

The newly created ControlLimit object.

See Also