Gets a list of ChartObjects for the specified Symbol.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public List<IChartObject> this[
	Symbol symbol
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	symbol As Symbol _
) As List(Of IChartObject)
Visual C++
public:
property List<IChartObject^>^ default[Symbol^ symbol] {
	List<IChartObject^>^ get (Symbol^ symbol);
}

Parameters

symbol
Type: RightEdge.Common..::.Symbol
Symbol to retrieve the chart objects for.

Return Value

List containing the chart objects.

See Also