Class DualAxisDemo2

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

public class DualAxisDemo2
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

    • DualAxisDemo2

      public DualAxisDemo2​(String title)
      A demonstration application showing how to create a time series chart with dual axes.
      Parameters:
      title - the frame title.
  • Method Details

    • main

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