Uses of Class
org.apache.poi.hssf.usermodel.HSSFChart.HSSFSeries
-
Packages that use HSSFChart.HSSFSeries Package Description org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet model -
-
Uses of HSSFChart.HSSFSeries in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return HSSFChart.HSSFSeries Modifier and Type Method Description HSSFChart.HSSFSeriesHSSFChart. createSeries()HSSFChart.HSSFSeries[]HSSFChart. getSeries()Returns the series of the chartMethods in org.apache.poi.hssf.usermodel with parameters of type HSSFChart.HSSFSeries Modifier and Type Method Description booleanHSSFChart. removeSeries(HSSFChart.HSSFSeries remSeries)
-