Returns the indicator with the specified ID.
Namespace:
RightEdge.CommonAssembly: 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.