Package com.fusioncharts

Class Summary
ChartFactory The ChartFactory class allows a chart object to be created and to associate graphs and series.
FusionGraph The FusionGraph class extends the Graph class and provides the necessary members in order to generate FusionChart related properties.
FusionGraph.FusionStyle FusionStyle is a subclass that is used to define styles for the Graph object.
Graph The Graph class provides a graph that the ChartFactory can work with in order to output the appropriate string data value for the type of chart to display on the page.
Series The Series class provides a series object that is used by the Graph class Originally this was a subclass of WePopChart.java but we decided that it was a better solution to separate it from the class.
 

Enum Summary
ChartType  
FusionGraph.FusionStyleObject  
FusionGraph.FusionStyleType  
Series.SeriesType Series Enum that determines the series type Can either be: Bar, Line, Area, Trendline