Endeca Presentation API
CordaChartBuilder Constructor (graphName, grid)
NamespacesEndeca.Navigation.ChartingCordaChartBuilderCordaChartBuilderCordaChartBuilderNew(String, Grid)
Constructs a new CordaChartBuilder with the given name and data.
Declaration Syntax
C#Visual BasicVisual C++
public CordaChartBuilder(
	string graphName,
	Grid grid
)
Public Sub New ( _
	graphName As String, _
	grid As Grid _
)
public:
CordaChartBuilder (
	String^ graphName, 
	Grid^ grid
)
Parameters
graphName (String)
The name of the graph object. Usually the name will be "graph".
grid (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).

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