Uses of Interface
org.pentaho.chart.data.IChartDataModel

Packages that use IChartDataModel
org.pentaho.chart.data   
org.pentaho.chart.plugin   
org.pentaho.chart.plugin.jfreechart   
org.pentaho.chart.plugin.openflashchart   
org.pentaho.chart.plugin.xml   
 

Uses of IChartDataModel in org.pentaho.chart.data
 

Classes in org.pentaho.chart.data that implement IChartDataModel
 class BasicDataModel
           
 class CategoricalDataModel
           
 class CategoricalDataModel.Category
           
 class CategoricalDataModel.Series
           
 class MultiSeriesXYDataModel
           
 class MultiSeriesXYDataModel.Series
           
 class NamedValuesDataModel
           
 class XYDataModel
           
 

Uses of IChartDataModel in org.pentaho.chart.plugin
 

Methods in org.pentaho.chart.plugin with parameters of type IChartDataModel
 IOutput IChartPlugin.renderChartDocument(ChartModel chartDocumentContext, IChartDataModel data)
           
 

Uses of IChartDataModel in org.pentaho.chart.plugin.jfreechart
 

Methods in org.pentaho.chart.plugin.jfreechart with parameters of type IChartDataModel
 IOutput JFreeChartFactoryEngine.makeChart(ChartModel chartModel, IChartDataModel chartDataModel)
           
 IOutput JFreeChartPlugin.renderChartDocument(ChartModel chartModel, IChartDataModel data)
           
 

Uses of IChartDataModel in org.pentaho.chart.plugin.openflashchart
 

Methods in org.pentaho.chart.plugin.openflashchart with parameters of type IChartDataModel
 IOutput OpenFlashChartFactoryEngine.makeChart(ChartModel chartModel, IChartDataModel chartTableModel)
           
 IOutput OpenFlashChartPlugin.renderChartDocument(ChartModel chartModel, IChartDataModel chartTableModel)
           
 

Uses of IChartDataModel in org.pentaho.chart.plugin.xml
 

Methods in org.pentaho.chart.plugin.xml with parameters of type IChartDataModel
 IOutput XmlChartPlugin.renderChartDocument(ChartModel chartModel, IChartDataModel data)