Uses of Class
eu.ess.xaos.ui.plot.ScatterChartFX
-
Packages that use ScatterChartFX Package Description eu.ess.xaos.ui.plot -
-
Uses of ScatterChartFX in eu.ess.xaos.ui.plot
Methods in eu.ess.xaos.ui.plot that return ScatterChartFX Modifier and Type Method Description static ScatterChartFX<Number,Number>
ScatterChartFX. of(ObservableList<Double> data, String seriesName)
Quick way of creating a scatter chart showing the givendata
.
-