Returns the minimum extent of the error bars.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double[] GetLow()
Public Overridable Function GetLow As Double()
public:
virtual array<double>^ GetLow()
abstract GetLow : unit -> float[]
override GetLow : unit -> float[]
Return Value
Type:
Double
A
double[] which contains the values for the minimum extent
of the error bars.
See Also