Uses of Class
net.finmath.plots.Plot2DBarFX
-
Packages that use Plot2DBarFX Package Description net.finmath.plots Simple convenient creation of plots. -
-
Uses of Plot2DBarFX in net.finmath.plots
Methods in net.finmath.plots that return Plot2DBarFX Modifier and Type Method Description static Plot2DBarFXPlot2DBarFX. of(String[] labels, double[] values, String title, String xAxisLabel, String yAxisLabel, NumberFormat yAxisNumberFormat, boolean isLegendVisible)Plot2DBarFXPlot2DBarFX. setTitle(String title)Plot2DBarFXPlot2DBarFX. setXAxisLabel(String xAxisLabel)Plot2DBarFXPlot2DBarFX. setYAxisLabel(String yAxisLabel)Plot2DBarFXPlot2DBarFX. setYAxisRange(Double min, Double max)Plot2DBarFXPlot2DBarFX. update(List<PlotableCategories> plotables)
-