class MultiSeries<X, Y>
Helper class for the multiseries support
<init> |
MultiSeries(series: List<Series<X, Y>>, chart: XYChart<X, Y>)
Helper class for the multiseries support |
chart |
val chart: XYChart<X, Y> |
series |
val series: List<Series<X, Y>> |
data |
fun data(x: X, vararg y: Y): <ERROR CLASS> |
getProperty |
fun <T> Any.getProperty(prop: KMutableProperty1<*, T>): ObjectProperty<T> |
observable |
fun <T : Any> Any.observable(propName: String): ObjectProperty<T> |