Uses of Class
eu.ess.xaos.ui.plot.HistogramChartFX
-
Packages that use HistogramChartFX Package Description eu.ess.xaos.ui.plot -
-
Uses of HistogramChartFX in eu.ess.xaos.ui.plot
Methods in eu.ess.xaos.ui.plot that return HistogramChartFX Modifier and Type Method Description static HistogramChartFX<Number,Number>
HistogramChartFX. of(List<Double> data, double minVal, double maxVal, int bars, String seriesName)
Quick way of creating a histogram chart showing the givendata
.static HistogramChartFX<Number,Number>
HistogramChartFX. of(List<Double> data, int bars, String seriesName)
Quick way of creating a histogram chart showing the givendata
.
-