Gets or sets BarData list for the specified symbol.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
[ObsoleteAttribute("Use the SystemBars or SymbolBars properties instead.")] public IDictionary<Symbol, RList<BarData>> BarCollections { get; } |
| Visual Basic (Declaration) |
|---|
<ObsoleteAttribute("Use the SystemBars or SymbolBars properties instead.")> _ Public ReadOnly Property BarCollections As IDictionary(Of Symbol, RList(Of BarData)) |
| Visual C++ |
|---|
[ObsoleteAttribute(L"Use the SystemBars or SymbolBars properties instead.")] public: property IDictionary<Symbol^, RList<BarData^>^>^ BarCollections { IDictionary<Symbol^, RList<BarData^>^>^ get (); } |
Remarks
This property is obsolete. Use SystemBars instead.