Convenience method. Same as passing in a IList containing the Label.

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 label
)
Visual Basic
Public Overridable Function GetValue ( _
	label As Label _
) As Cell
Visual C++
public:
virtual Cell^ GetValue(
	Label^ label
)

Parameters

label
Type: Endeca.Navigation.Charting..::..Label
A Label object.

Return Value

The value as a Cell object.

See Also