Sets the maximum extent of the error bars.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual void SetHigh(
double[] high
)
Public Overridable Sub SetHigh (
high As Double()
)
public:
virtual void SetHigh(
array<double>^ high
)
abstract SetHigh :
high : float[] -> unit
override SetHigh :
high : float[] -> unit
Parameters
- high
- Type: SystemDouble
A double[] which contains the values for the maximum extent
of the error bars.
See Also