org.jfree.chart.demo
Class TimeSeriesChartDemo1
ApplicationFrame
org.jfree.chart.demo.TimeSeriesChartDemo1
An example of a time series chart. For the most part, default settings are
used, except that the renderer is modified to show filled shapes (as well as
lines) at each data point.
TimeSeriesChartDemo1(String title) - A demonstration application showing how to create a simple time series
chart.
|
static JPanel | createDemoPanel() - Creates a panel for the demo (used by SuperDemo.java).
|
static void | main(String[] args) - Starting point for the demonstration application.
|
TimeSeriesChartDemo1
public TimeSeriesChartDemo1(String title)
A demonstration application showing how to create a simple time series
chart. This example uses monthly data.
createDemoPanel
public static JPanel createDemoPanel()
Creates a panel for the demo (used by SuperDemo.java).
main
public static void main(String[] args)
Starting point for the demonstration application.