Uses of Class
org.apache.poi.xssf.usermodel.XSSFChart
-
Packages that use XSSFChart Package Description org.apache.poi.xssf.usermodel org.apache.poi.xssf.usermodel.charts -
-
Uses of XSSFChart in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return XSSFChart Modifier and Type Method Description XSSFChart
XSSFDrawing. createChart(ClientAnchor anchor)
Creates a chart.XSSFChart
XSSFDrawing. createChart(XSSFClientAnchor anchor)
Creates a chart.XSSFChart
XSSFChart. getChartAxisFactory()
Deprecated.XSSFChart
XSSFDrawing. importChart(XSSFChart srcChart)
Imports the chart from thesrcChart
into this drawing.Methods in org.apache.poi.xssf.usermodel that return types with arguments of type XSSFChart Modifier and Type Method Description java.util.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 XSSFChart
XSSFDrawing. importChart(XSSFChart srcChart)
Imports the chart from thesrcChart
into this drawing.protected void
XSSFGraphicFrame. setChart(XSSFChart chart, java.lang.String relId)
Assign a DrawingML chart to the graphic frame. -
Uses of XSSFChart in org.apache.poi.xssf.usermodel.charts
Fields in org.apache.poi.xssf.usermodel.charts declared as XSSFChart Modifier and Type Field Description protected XSSFChart
XSSFChartAxis. chart
Deprecated.Constructors in org.apache.poi.xssf.usermodel.charts with parameters of type XSSFChart Constructor Description XSSFCategoryAxis(XSSFChart chart, long id, AxisPosition pos)
Deprecated.XSSFCategoryAxis(XSSFChart chart, org.openxmlformats.schemas.drawingml.x2006.chart.CTCatAx ctCatAx)
Deprecated.XSSFChartAxis(XSSFChart chart)
Deprecated.XSSFChartLegend(XSSFChart chart)
Deprecated.Create a new SpreadsheetML chart legendXSSFDateAxis(XSSFChart chart, long id, AxisPosition pos)
Deprecated.XSSFDateAxis(XSSFChart chart, org.openxmlformats.schemas.drawingml.x2006.chart.CTDateAx ctDateAx)
Deprecated.XSSFManualLayout(XSSFChart chart)
Deprecated.Create a new SpreadsheetML manual layout for chart.XSSFValueAxis(XSSFChart chart, long id, AxisPosition pos)
Deprecated.XSSFValueAxis(XSSFChart chart, org.openxmlformats.schemas.drawingml.x2006.chart.CTValAx ctValAx)
Deprecated.
-