Klasse AreaPlot

Alle implementierten Schnittstellen:
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.
Seit:
8.0
Siehe auch:
  • Felddetails

    • DEFAULT_STYLE

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

    • AreaPlot

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

      public AreaPlot(AreaStyle style)
      Creates a area plot with defined chart style. Initializes all properties with default values.
      Parameter:
      style - the chart style (null not permitted)
      Seit:
      8.0
      Siehe auch:
  • Methodendetails