Package com.nomagic.magicreport
Class XLSXChart
java.lang.Object
com.nomagic.magicreport.Chart
com.nomagic.magicreport.XLSXChart
An bean represent a chart object for xlsx template.
- Since:
- Jan 12, 2022
-
Nested Class Summary
Nested classes/interfaces inherited from class com.nomagic.magicreport.Chart
Chart.Series -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintvoidsetColumnSize(int columnSize) voidsetRowSize(int rowSize) voidsetStartCell(String startCell) Methods inherited from class com.nomagic.magicreport.Chart
createSeries, getCategories, getChartStyle, getChartType, getSeriesList, getTitle, setCategories, setChartStyle, setChartType, setSeriesList, setTitle
-
Constructor Details
-
XLSXChart
-
XLSXChart
-
XLSXChart
-
XLSXChart
-
-
Method Details
-
getStartCell
-
setStartCell
-
getColumnSize
public int getColumnSize() -
setColumnSize
public void setColumnSize(int columnSize) -
getRowSize
public int getRowSize() -
setRowSize
public void setRowSize(int rowSize)
-