Uses of Class
net.finmath.plots.Plot2DBarFX
Packages that use Plot2DBarFX
-
Uses of Plot2DBarFX in net.finmath.plots
Methods in net.finmath.plots that return Plot2DBarFXModifier and TypeMethodDescriptionstatic Plot2DBarFX
Plot2DBarFX.of(String[] labels, double[] values, String title, String xAxisLabel, String yAxisLabel, NumberFormat yAxisNumberFormat, boolean isLegendVisible)
static Plot2DBarFX
Plot2DBarFX.of(String name, String[] labels, double[] values, String title, String xAxisLabel, String yAxisLabel, NumberFormat yAxisNumberFormat, boolean isLegendVisible)
Plot2DBarFX.setXAxisLabel(String xAxisLabel)
Plot2DBarFX.setYAxisLabel(String yAxisLabel)
Plot2DBarFX.setYAxisRange(Double min, Double max)
Plot2DBarFX.update(List<PlotableCategories> plotables)