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