Adds the center line to the control chart and returns the newly added line.

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

Syntax

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

Return Value

The ControlLimit object which draws the center line.

See Also