Returns the indicator with the specified ID.

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

Syntax

C#
public ISeries this[
	string id
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	id As String _
) As ISeries
Visual C++
public:
property ISeries^ default[String^ id] {
	ISeries^ get (String^ id);
}

Parameters

id
Type: System..::.String
The indicator ID.

Return Value

The indicator with the specified ID for the symbol that was passed to the class constructor.

See Also