Gets the BarData objects aggregated by symbol.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public Dictionary<Symbol, BarData> BarDictionary { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property BarDictionary As Dictionary(Of Symbol, BarData) |
| Visual C++ |
|---|
public: property Dictionary<Symbol^, BarData^>^ BarDictionary { Dictionary<Symbol^, BarData^>^ get (); } |