Gets the volume chart pane

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

Syntax

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

Parameters

symbol
Type: RightEdge.Common..::.Symbol
Symbol tog et the volume pane for.

Return Value

Volume ChartPane instance.

See Also