Endeca Presentation API
Grid Constructor (analytics, valueName, axisNames)
NamespacesEndeca.Navigation.ChartingGridGridGridNew(IEnumerator, String, IList)
Constructs a Grid from the specified Endeca analytics data.
Declaration Syntax
C#Visual BasicVisual C++
public Grid(
	IEnumerator analytics,
	string valueName,
	IList axisNames
)
Public Sub New ( _
	analytics As IEnumerator, _
	valueName As String, _
	axisNames As IList _
)
public:
Grid (
	IEnumerator^ analytics, 
	String^ valueName, 
	IList^ axisNames
)
Parameters
analytics (IEnumerator)
The analytics results to use.
valueName (String)
The name of the property or dimension that holds the value to chart.
axisNames (IList)
A list of the names of the properties or dimensions that hold the labels of each axis of the grid.
Exceptions
ExceptionCondition
ArgumentException If any argument is null.

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