org.jfree.chart.demo

Class TimeSeriesChartDemo1


public class TimeSeriesChartDemo1
extends ApplicationFrame

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.

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.

Constructor Details

TimeSeriesChartDemo1

public TimeSeriesChartDemo1(String title)
A demonstration application showing how to create a simple time series chart. This example uses monthly data.
Parameters:
title - the frame title.

Method Details

createDemoPanel

public static JPanel createDemoPanel()
Creates a panel for the demo (used by SuperDemo.java).
Returns:
A panel.

main

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