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

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