Uses of Class
org.knowm.xchart.XYChart
-
Packages that use XYChart Package Description org.knowm.xchart -
-
Uses of XYChart in org.knowm.xchart
Methods in org.knowm.xchart that return XYChart Modifier and Type Method Description XYChart
XYChartBuilder. build()
return fully built XYChartstatic XYChart
QuickChart. getChart(String chartTitle, String xTitle, String yTitle, String[] seriesNames, double[] xData, double[][] yData)
Creates a Chart with multiple Series for the same X-Axis data with default stylestatic XYChart
QuickChart. getChart(String chartTitle, String xTitle, String yTitle, String seriesName, double[] xData, double[] yData)
Creates a Chart with default stylestatic XYChart
QuickChart. getChart(String chartTitle, String xTitle, String yTitle, String seriesName, List<? extends Number> xData, List<? extends Number> yData)
Creates a Chart with default stylestatic XYChart
CSVImporter. getChartFromCSVDir(String path2Directory, CSVImporter.DataOrientation dataOrientation, int width, int height)
static XYChart
CSVImporter. getChartFromCSVDir(String path2Directory, CSVImporter.DataOrientation dataOrientation, int width, int height, Styler.ChartTheme chartTheme)
Methods in org.knowm.xchart with parameters of type XYChart Modifier and Type Method Description static void
CSVExporter. writeCSVColumns(XYChart chart, String path2Dir)
Export all XYChart series as columns in separate CSV files.static void
CSVExporter. writeCSVRows(XYChart chart, String path2Dir)
Export all XYChart series as rows in separate CSV files.
-