Class TimeSeriesDemo

java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Window
java.awt.Frame
javax.swing.JFrame
org.jfree.ui.ApplicationFrame
org.jfree.chart.demo.TimeSeriesDemo
All Implemented Interfaces:
WindowListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public class TimeSeriesDemo
extends org.jfree.ui.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.
See Also:
Serialized Form
  • Constructor Details

    • TimeSeriesDemo

      public TimeSeriesDemo​(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

    • main

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