Class AreaPlot

All Implemented Interfaces:
ChartPlot, Serializable

public class AreaPlot extends StandardPlot
A general class for plotting data of groups of values. This plot can use data from any class that implements the BaseDataset interface.
Since:
8.0
See Also:
  • Field Details

    • DEFAULT_STYLE

      public static final AreaStyle DEFAULT_STYLE
      Default chart style with this plot.
  • Constructor Details

    • AreaPlot

      public AreaPlot()
      Creates a area plot with default properties.
      Since:
      8.0
    • AreaPlot

      public AreaPlot(AreaStyle style)
      Creates a area plot with defined chart style. Initializes all properties with default values.
      Parameters:
      style - the chart style (null not permitted)
      Since:
      8.0
      See Also:
  • Method Details