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. |