Sets the value of the series at a specified location.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public void SetValue(
	int lookBack,
	double value
)
Visual Basic (Declaration)
Public Sub SetValue ( _
	lookBack As Integer, _
	value As Double _
)
Visual C++
public:
void SetValue(
	int lookBack, 
	double value
)

Parameters

lookBack
Type: System..::.Int32
The number of bars ago to set the value for.
value
Type: System..::.Double
The new value for the series at the specified position.

See Also