Uses of Class
com.amalgamasimulation.excel.ExcelLineChart
Packages that use ExcelLineChart
-
Uses of ExcelLineChart in com.amalgamasimulation.excel
Methods in com.amalgamasimulation.excel that return ExcelLineChartModifier and TypeMethodDescriptionExcelFile.addLineChart(String sheetName, int topRow, int leftColumn, int bottomRow, int rightColumn) ExcelLineChart.setAxisColumn(String sheetName, String columnName) ExcelLineChart.setLegendStyle(org.apache.poi.xddf.usermodel.chart.LegendPosition legendPosition) Methods in com.amalgamasimulation.excel that return types with arguments of type ExcelLineChartModifier and TypeMethodDescriptionExcelLineChart.addDataSeries(String sheetName, String columnName) ExcelLineChart.addDataSeries(String sheetName, String columnName, Color color)