Uses of Interface
org.apache.poi.ss.usermodel.Chart
-
Packages that use Chart Package Description org.apache.poi.ss.usermodel.charts org.apache.poi.xssf.usermodel org.apache.poi.xssf.usermodel.charts -
-
Uses of Chart in org.apache.poi.ss.usermodel.charts
Methods in org.apache.poi.ss.usermodel.charts with parameters of type Chart Modifier and Type Method Description voidChartData. fillChart(Chart chart, ChartAxis... axis)Deprecated.Fills a charts with data specified by implementation. -
Uses of Chart in org.apache.poi.xssf.usermodel
Classes in org.apache.poi.xssf.usermodel that implement Chart Modifier and Type Class Description classXSSFChartRepresents a SpreadsheetML Chart -
Uses of Chart in org.apache.poi.xssf.usermodel.charts
Methods in org.apache.poi.xssf.usermodel.charts with parameters of type Chart Modifier and Type Method Description voidXSSFLineChartData. fillChart(Chart chart, ChartAxis... axis)Deprecated.voidXSSFScatterChartData. fillChart(Chart chart, ChartAxis... axis)Deprecated.
-