Class XYForEachRecordDataset

java.lang.Object
com.inet.report.chart.dataset.AbstractDataset
com.inet.report.chart.dataset.XYForAllRecordsDataset
com.inet.report.chart.dataset.XYForEachRecordDataset
All Implemented Interfaces:
BaseDataset, XYDataset, Serializable
Direct Known Subclasses:
XYOneGroupDataset

public class XYForEachRecordDataset extends XYForAllRecordsDataset
This is a dataset used by xy charts. This evaluates data 'for each record' for three data fields (x, y and size).
Since:
8.0
See Also:
  • Constructor Details

    • XYForEachRecordDataset

      public XYForEachRecordDataset(Chart2 chart)
      Creates a new empty dataset.
      Parameters:
      chart - the chart (null not permitted)
      Since:
      8.0
  • Method Details