| java.lang.Object | ||
| ↳ | 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.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
A demonstration application showing how to create a simple time series
chart.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a panel for the demo (used by SuperDemo.java).
| |||||||||||
Starting point for the demonstration application.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
A demonstration application showing how to create a simple time series chart. This example uses monthly data.
| title | the frame title. |
|---|
Creates a panel for the demo (used by SuperDemo.java).
Starting point for the demonstration application.
| args | ignored. |
|---|