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