Endeca Presentation API
Grid Constructor (analytics, valueName, axis)
NamespacesEndeca.Navigation.ChartingGridGridGridNew(IEnumerator, String, String)
Convenience constructor for a one-axis Grid. Same as passing in an IList containing the string.
Declaration Syntax
C#Visual BasicVisual C++
public Grid(
	IEnumerator analytics,
	string valueName,
	string axis
)
Public Sub New ( _
	analytics As IEnumerator, _
	valueName As String, _
	axis As String _
)
public:
Grid (
	IEnumerator^ analytics, 
	String^ valueName, 
	String^ axis
)
Parameters
analytics (IEnumerator)
The analytics results to use.
valueName (String)
The name of the property or dimension that holds the value to chart.
axis (String)
The names of the properties or dimensions that hold the labels of the axis of the grid.

Assembly: Endeca.Navigation (Module: Endeca.Navigation) Version: 0.0.0.0