|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XSSFChart | |
|---|---|
| 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 | |
|---|---|
XSSFChart |
XSSFDrawing.createChart(ClientAnchor anchor)
|
XSSFChart |
XSSFDrawing.createChart(XSSFClientAnchor anchor)
Creates a chart. |
XSSFChart |
XSSFChart.getChartAxisFactory()
|
| Methods in org.apache.poi.xssf.usermodel that return types with arguments of type XSSFChart | |
|---|---|
java.util.List<XSSFChart> |
XSSFDrawing.getCharts()
Returns all charts in this drawing. |
| Methods in org.apache.poi.xssf.usermodel with parameters of type XSSFChart | |
|---|---|
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 | |
|---|---|
protected XSSFChart |
XSSFChartAxis.chart
|
| Constructors in org.apache.poi.xssf.usermodel.charts with parameters of type XSSFChart | |
|---|---|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||