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 XSSFChartXSSFDrawing. createChart(ClientAnchor anchor)Creates a chart.XSSFChartXSSFDrawing. createChart(XSSFClientAnchor anchor)Creates a chart.XSSFChartXSSFChart. getChartAxisFactory()Deprecated.XSSFChartXSSFDrawing. importChart(XSSFChart srcChart)Imports the chart from thesrcChartinto 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 XSSFChartXSSFDrawing. importChart(XSSFChart srcChart)Imports the chart from thesrcChartinto this drawing.protected voidXSSFGraphicFrame. 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 XSSFChartXSSFChartAxis. chartDeprecated.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.
-