Package | Description |
---|---|
org.apache.poi.xssf.usermodel | |
org.apache.poi.xssf.usermodel.charts |
Modifier and Type | Method and Description |
---|---|
XSSFChart |
XSSFDrawing.createChart(ClientAnchor anchor) |
XSSFChart |
XSSFDrawing.createChart(XSSFClientAnchor anchor)
Creates a chart.
|
XSSFChart |
XSSFChart.getChartAxisFactory() |
Modifier and Type | Method and Description |
---|---|
java.util.List<XSSFChart> |
XSSFDrawing.getCharts()
Returns all charts in this drawing.
|
Modifier and Type | Method and Description |
---|---|
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 |
Constructor and Description |
---|
XSSFCategoryAxis(XSSFChart chart,
org.openxmlformats.schemas.drawingml.x2006.chart.CTCatAx ctCatAx) |
XSSFCategoryAxis(XSSFChart chart,
long id,
AxisPosition pos) |
XSSFChartAxis(XSSFChart chart) |
XSSFChartLegend(XSSFChart chart)
Create a new SpreadsheetML chart legend
|
XSSFDateAxis(XSSFChart chart,
org.openxmlformats.schemas.drawingml.x2006.chart.CTDateAx ctDateAx) |
XSSFDateAxis(XSSFChart chart,
long id,
AxisPosition pos) |
XSSFManualLayout(XSSFChart chart)
Create a new SpreadsheetML manual layout for chart.
|
XSSFValueAxis(XSSFChart chart,
org.openxmlformats.schemas.drawingml.x2006.chart.CTValAx ctValAx) |
XSSFValueAxis(XSSFChart chart,
long id,
AxisPosition pos) |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.