All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
   |
   +----MSBChart.ChartComponent
           |
           +----MSBChart.Plotter
                   |
                   +----MSBChart.LinePlotter
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);

 
 LinePlotter()
	LinePlotter()
   
 LinePlotter
LinePlotter
public LinePlotter()
creates a line plotter.
All Packages Class Hierarchy This Package Previous Next Index