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 XYChartXYChartBuilder. build()return fully built XYChartstatic XYChartQuickChart. 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 XYChartQuickChart. getChart(String chartTitle, String xTitle, String yTitle, String seriesName, double[] xData, double[] yData)Creates a Chart with default stylestatic XYChartQuickChart. getChart(String chartTitle, String xTitle, String yTitle, String seriesName, List<? extends Number> xData, List<? extends Number> yData)Creates a Chart with default stylestatic XYChartCSVImporter. getChartFromCSVDir(String path2Directory, CSVImporter.DataOrientation dataOrientation, int width, int height)static XYChartCSVImporter. 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 voidCSVExporter. writeCSVColumns(XYChart chart, String path2Dir)Export all XYChart series as columns in separate CSV files.static voidCSVExporter. writeCSVRows(XYChart chart, String path2Dir)Export all XYChart series as rows in separate CSV files. 
 -