Convenience constructor for a one-axis Grid. Same as passing in an IList containing the string.

Namespace: Endeca.Navigation.Charting
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)

Syntax

C#
public Grid(
	IEnumerator analytics,
	string valueName,
	string axis
)
Visual Basic
Public Sub New ( _
	analytics As IEnumerator, _
	valueName As String, _
	axis As String _
)
Visual C++
public:
Grid(
	IEnumerator^ analytics, 
	String^ valueName, 
	String^ axis
)

Parameters

analytics
Type: System.Collections..::..IEnumerator
The analytics results to use.
valueName
Type: System..::..String
The name of the property or dimension that holds the value to chart.
axis
Type: System..::..String
The names of the properties or dimensions that hold the labels of the axis of the grid.

See Also