Returns the value at the location indicated by the labels.

Namespace: Endeca.Navigation.Charting
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)

Syntax

C#
public virtual Cell GetValue(
	IList labels
)
Visual Basic
Public Overridable Function GetValue ( _
	labels As IList _
) As Cell
Visual C++
public:
virtual Cell^ GetValue(
	IList^ labels
)

Parameters

labels
Type: System.Collections..::..IList
A List of Label objects.

Return Value

The value as a Cell object.

See Also