ShewhartControlChartAddCenterLine Method |
Adds the center line to the control chart
and returns the newly added line.
Namespace: Imsl.Chart2D.QCAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual ControlLimit AddCenterLine()
Public Overridable Function AddCenterLine As ControlLimit
public:
virtual ControlLimit^ AddCenterLine()
abstract AddCenterLine : unit -> ControlLimit
override AddCenterLine : unit -> ControlLimit
Return Value
Type:
ControlLimit
The
ControlLimit object which draws the center line.
See Also