Class XYStepChartDemo

java.lang.Object
org.jfree.chart.demo.XYStepChartDemo

public class XYStepChartDemo
extends Object
A demonstration of the XYStepRenderer class.
Author:
Roger Studner
  • Constructor Details

    • XYStepChartDemo

      public XYStepChartDemo()
  • Method Details

    • createStepXYDataset

      public static XYDataset createStepXYDataset()
      Creates and returns a sample dataset for the XY 'Step' chart.
      Returns:
      the sample dataset.
    • main

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