All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class MSBChart.LinePlotter

java.lang.Object
   |
   +----MSBChart.ChartComponent
           |
           +----MSBChart.Plotter
                   |
                   +----MSBChart.LinePlotter

public class LinePlotter
extends Plotter

 

This is the plotter used to draw a line chart. It only admits DataSeries of type LineDataSerie.

Example:

MSBChart.LinePlotter plot=new LinePlotter();

chart.addSerie(data2);
chart.addSerie(data1);

 

 


Constructor Index

 o LinePlotter()

Constructors

 o LinePlotter
 public LinePlotter()
creates a line plotter.

All Packages  Class Hierarchy  This Package  Previous  Next  Index