All Packages Class Hierarchy Index
package MSBChart
RChart is a java package that creates charts. The steps to create a chart are
the following:
- Create the title (optional).
- Create the scales for the X and Y axis (not for pie charts).
- Create the axis X and Y (not for pie charts).
- Create labels for the axis (optional).
- Create a legend (optional).
- Create the DataSerie objects. These object contains the data that will be
plotted.
- Create the appropiate plotter.
- Create the Chart.
See the examples in CharApp.java.