Constructs a new CordaChartBuilder with the given name and data.

Namespace: Endeca.Navigation.Charting
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public CordaChartBuilder(
	string graphName,
	Grid grid
)
Visual Basic
Public Sub New ( _
	graphName As String, _
	grid As Grid _
)
Visual C++
public:
CordaChartBuilder(
	String^ graphName, 
	Grid^ grid
)

Parameters

graphName
Type: System..::..String
The name of the graph object. Usually the name will be "graph".
grid
Type: Endeca.Navigation.Charting..::..Grid
The data to display (a Grid object). The Grid may have either one axis (for a standard 2-D chart) or 2 axes (for a 3-D cross-tab chart).

See Also