public class CordaChartBuilder extends Object
| Constructor and Description |
|---|
CordaChartBuilder(String graphName,
Grid grid)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPCXML()
Returns the PCXML for the chart.
|
void |
setDrilldown(Drilldown drilldown,
HttpServletRequest request)
Enables drilldown for this chart.
|
public CordaChartBuilder(String graphName, Grid grid)
graphName - The name of the graph object. (Usually this will be "graph".)grid - The data to display. The grid may have either one axis
(for a standard "2-D" chart) or 2 axes (for a "3-D" cross-tab chart).public void setDrilldown(Drilldown drilldown, HttpServletRequest request)
drilldown - The Drilldown object which will return the URL to use when a
value and/or label are clicked on.request - The current HTTP request, for use it building the new URL.public String getPCXML()
© 2003, 2015, Oracle and/or its affiliates. All rights reserved.
Oracle and/or its affiliates Confidential