Gets a ChartPaneList.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public SortedList<Symbol, ChartPaneList> ChartPaneCollections { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property ChartPaneCollections As SortedList(Of Symbol, ChartPaneList) |
| Visual C++ |
|---|
public: property SortedList<Symbol^, ChartPaneList^>^ ChartPaneCollections { SortedList<Symbol^, ChartPaneList^>^ get (); } |