Interface IScatterPlotDataSet

All Superinterfaces:
IAxisPlotDataSet, IData, IDataSet, Serializable
All Known Implementing Classes:
ScatterPlotDataSet

public interface IScatterPlotDataSet extends IAxisPlotDataSet
  • Method Details

    • getValue

      Point2D.Double getValue(int dataset, int index)
      Returns the value in the data set at the specified position.
      Parameters:
      dataset -
      index -
      Returns:
      Point.Double