The attribute "ControlLimitValue". This is the y-coordinate at which the line is drawn. Its default value is zero.

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

Syntax

C#
public virtual double ControlLimitValue { get; set; }
Visual Basic (Declaration)
Public Overridable Property ControlLimitValue As Double
Visual C++
public:
virtual property double ControlLimitValue {
	double get ();
	void set (double value);
}

See Also