Sets the high stock prices.

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

Syntax

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

Parameters

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

See Also