Gets the list of BarData for every 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 (); } |