Uses of Class
fusioncharts.Series

Uses of Series in fusioncharts
 

Methods in fusioncharts that return Series
 Series Graph.createSeries(int index, java.lang.String label)
          Creates a Series for this graph.
 Series Graph.createSeries(java.lang.String label)
          Creates a Series for this graph.
 Series Graph.getSeries(int index)
          Returns the Series at a specified index.
 

Methods in fusioncharts that return types with arguments of type Series
 java.util.LinkedList<Series> Graph.getNonTrendLineSeries()
          Retreives a linked list of series that are either bar, line or area type
 java.util.LinkedList<Series> Graph.getTrendLineSeries()
          Retreives a linked list of trendline series