| Package | Description |
|---|---|
| org.apache.poi.xssf.usermodel | |
| org.apache.poi.xssf.usermodel.charts |
| Modifier and Type | Method and 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 the
srcChart into this drawing. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XSSFChart> |
XSSFDrawing.getCharts()
Returns all charts in this drawing.
|
| Modifier and Type | Method and Description |
|---|---|
XSSFChart |
XSSFDrawing.importChart(XSSFChart srcChart)
Imports the chart from the
srcChart into this drawing. |
protected void |
XSSFGraphicFrame.setChart(XSSFChart chart,
java.lang.String relId)
Assign a DrawingML chart to the graphic frame.
|
| Modifier and Type | Field and Description |
|---|---|
protected XSSFChart |
XSSFChartAxis.chart
Deprecated.
|
| Constructor and Description |
|---|
XSSFCategoryAxis(XSSFChart chart,
org.openxmlformats.schemas.drawingml.x2006.chart.CTCatAx ctCatAx)
Deprecated.
|
XSSFCategoryAxis(XSSFChart chart,
long id,
AxisPosition pos)
Deprecated.
|
XSSFChartAxis(XSSFChart chart)
Deprecated.
|
XSSFChartLegend(XSSFChart chart)
Deprecated.
Create a new SpreadsheetML chart legend
|
XSSFDateAxis(XSSFChart chart,
org.openxmlformats.schemas.drawingml.x2006.chart.CTDateAx ctDateAx)
Deprecated.
|
XSSFDateAxis(XSSFChart chart,
long id,
AxisPosition pos)
Deprecated.
|
XSSFManualLayout(XSSFChart chart)
Deprecated.
Create a new SpreadsheetML manual layout for chart.
|
XSSFValueAxis(XSSFChart chart,
org.openxmlformats.schemas.drawingml.x2006.chart.CTValAx ctValAx)
Deprecated.
|
XSSFValueAxis(XSSFChart chart,
long id,
AxisPosition pos)
Deprecated.
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.