All Packages  Class Hierarchy  Index

package MSBChart

 

RChart is a java package that creates charts. The steps to create a chart are the following:

  1. Create the title (optional).
  2. Create the scales for the X and Y axis (not for pie charts).
  3. Create the axis X and Y (not for pie charts).
  4. Create labels for the axis (optional).
  5. Create a legend (optional).
  6. Create the DataSerie objects. These object contains the data that will be plotted.
  7. Create the appropiate plotter.
  8. Create the Chart.

 

See the examples in CharApp.java.

 

Class Index

  • Axis
  • AxisLabel
  • BarDataSerie
  • BarPlotter
  • Chart
  • ChartApplet
  • ChartComponent
  • DataSerie
  • FillStyle
  • HAxisLabel
  • Legend
  • LineDataSerie
  • LinePlotter
  • LineStyle
  • MaxMinDataSerie
  • PieDataSerie
  • PiePlotter
  • Plotter
  • Scale
  • Title
  • VAxisLabel