Retrieves a friendly named chart object from the ChartObjectManager.

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

Syntax

C#
public IChartObject GetNamedChartObject(
	Symbol symbol,
	string name
)
Visual Basic (Declaration)
Public Function GetNamedChartObject ( _
	symbol As Symbol, _
	name As String _
) As IChartObject
Visual C++
public:
IChartObject^ GetNamedChartObject(
	Symbol^ symbol, 
	String^ name
)

Parameters

symbol
Type: RightEdge.Common..::.Symbol
Symbol for this chart object.
name
Type: System..::.String
Friendly name of this chart object.

Return Value

IChartObject instance if found, otherwise null or Nothing.

See Also