|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Series | |
---|---|
com.fusioncharts |
Uses of Series in com.fusioncharts |
---|
Methods in com.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 com.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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |