XYChart

scalafx.scene.chart.XYChart
See theXYChart companion class
object XYChart

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
XYChart.type

Members list

Type members

Classlikes

class Data[X, Y](val delegate: Data[X, Y]) extends SFXDelegate[Data[X, Y]]

Attributes

Companion
object
Supertypes
trait SFXDelegate[Data[X, Y]]
class Object
trait Matchable
class Any
object Data

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Data.type
class Series[X, Y](val delegate: Series[X, Y]) extends SFXDelegate[Series[X, Y]]

Attributes

Companion
object
Supertypes
trait SFXDelegate[Series[X, Y]]
class Object
trait Matchable
class Any
object Series

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Series.type

Implicits

Implicits

implicit def sfxXYChart2jfx[X, Y](v: XYChart[X, Y]): XYChart[X, Y]