EchoPoint API - 3.0.0b5
App Webcontainer

Uses of Class
echopoint.google.chart.model.ChartData

Packages that use ChartData
echopoint.google.chart.internal Package for internal use only classes supporting the public components around Google API. 
echopoint.google.chart.model Primary package under which all model objects required to support the comopnent wrappers around Google API are organised. 
 

Uses of ChartData in echopoint.google.chart.internal
 

Methods in echopoint.google.chart.internal that return types with arguments of type ChartData
 Collection<ChartData<N>> AbstractChart.getData()
          Get the value of the AbstractChart.PROPERTY_DATA property.
 

Methods in echopoint.google.chart.internal with parameters of type ChartData
 void AbstractChart.setData(ChartData<N> data)
          Set the value of the AbstractChart.PROPERTY_DATA property using the specified single data model object instance.
 

Method parameters in echopoint.google.chart.internal with type arguments of type ChartData
 void AbstractChart.setData(Collection<ChartData<N>> data)
          Set the value of the AbstractChart.PROPERTY_DATA property.
 

Uses of ChartData in echopoint.google.chart.model
 

Subclasses of ChartData in echopoint.google.chart.model
 class ScatterPlotData<N extends Number>
          The model object for use with ScatterPlots.
 


EchoPoint API - 3.0.0b5
App Webcontainer