Package com.amalgamasimulation.excel
Class ExcelLineChart
-
Field Summary
Fields inherited from class com.amalgamasimulation.excel.ExcelChart
excelFile -
Method Summary
Modifier and TypeMethodDescriptionaddDataSeries(String sheetName, String columnName) addDataSeries(String sheetName, String columnName, Color color) setAxisColumn(String sheetName, String columnName) setLegendStyle(org.apache.poi.xddf.usermodel.chart.LegendPosition legendPosition) Methods inherited from class com.amalgamasimulation.excel.ExcelChart
addSeries, createChartData, setLegendPosition, setTitle
-
Method Details
-
setLegendStyle
public ExcelLineChart setLegendStyle(org.apache.poi.xddf.usermodel.chart.LegendPosition legendPosition) -
setAxisColumn
-
addDataSeries
-
addDataSeries
public ExcelDataSeries<ExcelLineChart> addDataSeries(String sheetName, String columnName, Color color)
-