Sets the opening stock prices.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual void SetOpen(
	double[] open
)
Visual Basic (Declaration)
Public Overridable Sub SetOpen ( _
	open As Double() _
)
Visual C++
public:
virtual void SetOpen(
	array<double>^ open
)

Parameters

open
Type: array< System..::.Double >[]()[]
A double[] specifying the opening stock prices.

See Also