Sets the value of this control limit line. The actual value used is subject to minimum and maximum values set as attributes to this object.

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

Syntax

C#
public virtual void SetValue(
	double y
)
Visual Basic (Declaration)
Public Overridable Sub SetValue ( _
	y As Double _
)
Visual C++
public:
virtual void SetValue(
	double y
)

Parameters

y
Type: System..::.Double
The y-coordinate at which this control limit line is drawn.

See Also