EchoPoint API - 3.0.0b5
App Webcontainer

Uses of Class
echopoint.google.chart.internal.SimpleChart

Packages that use SimpleChart
echopoint.google.chart Base package under which components wrappers for Google Chart API are organised. 
echopoint.google.chart.internal Package for internal use only classes supporting the public components around Google API. 
 

Uses of SimpleChart in echopoint.google.chart
 

Subclasses of SimpleChart in echopoint.google.chart
 class BarChart<N extends Number>
          Component wrapper for a Bar chart provided by Google Chart API.
 class LineChart<N extends Number>
          Component wrapper for a Line chart provided by Google Chart API.
 class PieChart<N extends Number>
          Component wrapper for a Pie chart provided by Google Chart API.
 class RadarChart<N extends Number>
          Component wrapper for a Radar chart provided by Google Chart API.
 class ScatterPlot<N extends Number>
          Component wrapper for a Scatter Plot provided by Google Chart API.
 class Sparkline<N extends Number>
          Component wrapper for a Sparkline provided by Google Chart API.
 class VennDiagram
          Component wrapper for a Venn Diagram provided by Google Chart API.
 

Uses of SimpleChart in echopoint.google.chart.internal
 

Subclasses of SimpleChart in echopoint.google.chart.internal
 class AdvancedChart<N extends Number>
          An abstract base class for charts that support most of the configuration options supported by Google Chart API.
 


EchoPoint API - 3.0.0b5
App Webcontainer