Uses of Class
org.apache.poi.xssf.usermodel.XSSFChart
-
Packages that use XSSFChart Package Description org.apache.poi.xssf.usermodel -
-
Uses of XSSFChart in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return XSSFChart Modifier and Type Method Description XSSFChartXSSFDrawing. createChart(ClientAnchor anchor)Creates a chart.XSSFChartXSSFDrawing. createChart(XSSFClientAnchor anchor)Creates a chart.XSSFChartXSSFDrawing. importChart(XSSFChart srcChart)Imports the chart from thesrcChartinto this drawing.Methods in org.apache.poi.xssf.usermodel that return types with arguments of type XSSFChart Modifier and Type Method Description List<XSSFChart>XSSFDrawing. getCharts()Returns all charts in this drawing.Methods in org.apache.poi.xssf.usermodel with parameters of type XSSFChart Modifier and Type Method Description XSSFChartXSSFDrawing. importChart(XSSFChart srcChart)Imports the chart from thesrcChartinto this drawing.protected voidXSSFGraphicFrame. setChart(XSSFChart chart, String relId)Assign a DrawingML chart to the graphic frame.
-