Endeca Presentation and Logging APIs

Namespace:  Endeca.Navigation.Charting
Assembly:  Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.1.4.0 (6.1.4.3290)

Syntax

C#
public virtual Cell GetValue(
	Label label
)
Visual Basic (Declaration)
Public Overridable Function GetValue ( _
	label As Label _
) As Cell
Visual C++
public:
virtual Cell^ GetValue(
	Label^ label
)

Parameters

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

[Missing <param name="label"/> documentation for "M:Endeca.Navigation.Charting.Grid.GetValue(Endeca.Navigation.Charting.Label)"]

Return Value

[Missing <returns> documentation for "M:Endeca.Navigation.Charting.Grid.GetValue(Endeca.Navigation.Charting.Label)"]

See Also