Gets the price chart pane

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

Syntax

C#
public ChartPane GetPricePane(
	Symbol symbol
)
Visual Basic (Declaration)
Public Function GetPricePane ( _
	symbol As Symbol _
) As ChartPane
Visual C++
public:
ChartPane^ GetPricePane(
	Symbol^ symbol
)

Parameters

symbol
Type: RightEdge.Common..::.Symbol
Symbol to get the price pane for.

Return Value

Price ChartPane instance.

See Also