Class TimeSeriesDemo6

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.TimeSeriesDemo6
All Implemented Interfaces:
WindowListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public class TimeSeriesDemo6
extends org.jfree.ui.ApplicationFrame
A time series chart with all zero data. When the data range is zero, you may want to modify the default behaviour of the range axis.
See Also:
Serialized Form
  • Constructor Details

    • TimeSeriesDemo6

      public TimeSeriesDemo6​(String title)
      Creates a new instance.
      Parameters:
      title - the frame title.
  • Method Details

    • createDataset

      public XYDataset createDataset()
      Creates a dataset, consisting of two series of monthly data.
      Returns:
      the dataset.
    • main

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