Returns the value of this control limit line.

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

Syntax

C#
public virtual double[] GetValue()
Visual Basic (Declaration)
Public Overridable Function GetValue As Double()
Visual C++
public:
virtual array<double>^ GetValue()

Return Value

The y-coordinate at which this control limit line is drawn.

See Also