com.jrefinery.chart.demo
Class TimeSeriesDemo5

java.lang.Object
  |
  +--com.jrefinery.chart.demo.TimeSeriesDemo5

public class TimeSeriesDemo5
extends java.lang.Object

A time series chart with 4000 data points, to get an idea of how JFreeChart performs with a larger dataset. You can see that it slows down significantly, so this needs to be worked on (4000 points is not that many!).

Author:
DG

Constructor Summary
TimeSeriesDemo5()
           
 
Method Summary
static void main(java.lang.String[] args)
          Starting point for the application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeSeriesDemo5

public TimeSeriesDemo5()
Method Detail

main

public static void main(java.lang.String[] args)
Starting point for the application.
Parameters:
args - ignored.