Convenience method. Same as passing in an IList containing the two Labels.

Namespace: Endeca.Navigation.Charting
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public virtual Cell GetValue(
	Label labelOne,
	Label labelTwo
)
Visual Basic
Public Overridable Function GetValue ( _
	labelOne As Label, _
	labelTwo As Label _
) As Cell
Visual C++
public:
virtual Cell^ GetValue(
	Label^ labelOne, 
	Label^ labelTwo
)

Parameters

labelOne
Type: Endeca.Navigation.Charting..::..Label
The first Label object.
labelTwo
Type: Endeca.Navigation.Charting..::..Label
The second Label object.

Return Value

The value as a Cell object.

See Also