class XYDataset[Item](x: Item => Number, y: Item => Number, label: Item => String, tip: Item => String) extends AbstractXYDataset
An XY dataset consisting of some number of named series, each consisting of items of type Item, with an associated x value, y value, and optionally a name and tooltip.
- Companion:
- object
class AbstractXYDataset
trait XYDataset
class AbstractSeriesDataset
trait SeriesChangeListener
trait EventListener
trait SeriesDataset
class AbstractDataset
trait ObjectInputValidation
trait Serializable
trait Cloneable
trait Dataset
class Object
trait Matchable
class Any