Sets the minimum extent of the error bars.
Namespace:
Imsl.Chart2D
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual void SetLow( double[] low ) |
Visual Basic (Declaration) |
---|
Public Overridable Sub SetLow ( _ low As Double() _ ) |
Visual C++ |
---|
public: virtual void SetLow( array<double>^ low ) |
Parameters
- low
- Type: array<
System..::.Double
>[]()[]
A double[] which contains the values for the minimum extent of the error bars.