Gets a single value for the specified bar from the specified series.

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

Syntax

C#
public static double GetValueForBarElement(
	BarData bar,
	BarElement barElement
)
Visual Basic (Declaration)
Public Shared Function GetValueForBarElement ( _
	bar As BarData, _
	barElement As BarElement _
) As Double
Visual C++
public:
static double GetValueForBarElement(
	BarData^ bar, 
	BarElement barElement
)

Parameters

bar
Type: RightEdge.Common..::.BarData
The bar in which to analyze.
barElement
Type: RightEdge.Common..::.BarElement
The portion of the bar to derive the input data from.

Return Value

The value for the specified bar element.

See Also