StackedAreaChart

scalafx.scene.chart.StackedAreaChart
See theStackedAreaChart companion class

Attributes

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

Members list

Value members

Concrete methods

def apply[X, Y](xAxis: Axis[X], yAxis: Axis[Y]): StackedAreaChart[X, Y]
def apply[X, Y](xAxis: Axis[X], yAxis: Axis[Y], data: ObservableBuffer[Series[X, Y]]): StackedAreaChart[X, Y]

Implicits

Implicits

implicit def sfxStackedAreaChart2jfx[X, Y](v: StackedAreaChart[X, Y]): StackedAreaChart[X, Y]