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