org.jfree.chart.demo
public class TimeSeriesChartDemo1 extends ApplicationFrame
Constructor Summary | |
---|---|
TimeSeriesChartDemo1(String title)
A demonstration application showing how to create a simple time series
chart. |
Method Summary | |
---|---|
static JPanel | createDemoPanel()
Creates a panel for the demo (used by SuperDemo.java).
|
static void | main(String[] args)
Starting point for the demonstration application.
|
Parameters: title the frame title.
Returns: A panel.
Parameters: args ignored.