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 void
ChartData. 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 class
XSSFChart
Represents 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 void
XSSFLineChartData. fillChart(Chart chart, ChartAxis... axis)
Deprecated.void
XSSFScatterChartData. fillChart(Chart chart, ChartAxis... axis)
Deprecated.
-