Gets a series of values corresponding to a specified bar element.

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

Syntax

C#
public ISeries GetBarElementSeries(
	Symbol symbol,
	BarElement barElement,
	bool ignoreEmptyBars
)
Visual Basic (Declaration)
Public Function GetBarElementSeries ( _
	symbol As Symbol, _
	barElement As BarElement, _
	ignoreEmptyBars As Boolean _
) As ISeries
Visual C++
public:
ISeries^ GetBarElementSeries(
	Symbol^ symbol, 
	BarElement barElement, 
	bool ignoreEmptyBars
)

Parameters

symbol
Type: RightEdge.Common..::.Symbol
A symbol to get values from.
barElement
Type: RightEdge.Common..::.BarElement
The bar element to retrieve.
ignoreEmptyBars
Type: System..::.Boolean
Specifies whether the series should include items for empty bars or not.

Return Value

A series containing the specified bar element for each bar for the specified symbol.

See Also