The list of bars for each symbol.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public IDictionary<Symbol, RList<BarData>> Bars { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Bars As IDictionary(Of Symbol, RList(Of BarData)) |
| Visual C++ |
|---|
public: property IDictionary<Symbol^, RList<BarData^>^>^ Bars { IDictionary<Symbol^, RList<BarData^>^>^ get (); } |
Remarks
The empty bars are not included in these lists, so the indices
for the different symbols will not necessarily match up.