Sets the low stock prices.

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[] specifying the low stock prices.

See Also