Class XYBarDataset

All Implemented Interfaces:
ObjectInputValidation, Serializable, Cloneable, EventListener, PublicCloneable, Dataset, DatasetChangeListener, SeriesChangeListener, SeriesDataset, IntervalXYDataset, XYDataset

A dataset wrapper class that converts a standard XYDataset into an IntervalXYDataset suitable for use in creating XY bar charts.
See Also:
  • Constructor Details

    • XYBarDataset

      public XYBarDataset(XYDataset underlying, double barWidth)
      Creates a new dataset.
      Parameters:
      underlying - the underlying dataset (null not permitted).
      barWidth - the width of the bars.
  • Method Details