Uses of Class
org.apache.poi.xssf.usermodel.XSSFChart
Packages that use XSSFChart
-
Uses of XSSFChart in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return XSSFChartModifier and TypeMethodDescriptionXSSFDrawing.createChart(ClientAnchor anchor) Creates a chart.XSSFDrawing.createChart(XSSFClientAnchor anchor) Creates a chart.XSSFChart.getChartAxisFactory()Deprecated.XSSFDrawing.importChart(XSSFChart srcChart) Imports the chart from thesrcChartinto this drawing.Methods in org.apache.poi.xssf.usermodel that return types with arguments of type XSSFChartMethods in org.apache.poi.xssf.usermodel with parameters of type XSSFChart -
Uses of XSSFChart in org.apache.poi.xssf.usermodel.charts
Fields in org.apache.poi.xssf.usermodel.charts declared as XSSFChartConstructors in org.apache.poi.xssf.usermodel.charts with parameters of type XSSFChartModifierConstructorDescriptionXSSFCategoryAxis(XSSFChart chart, long id, AxisPosition pos) Deprecated.XSSFCategoryAxis(XSSFChart chart, org.openxmlformats.schemas.drawingml.x2006.chart.CTCatAx ctCatAx) Deprecated.protectedXSSFChartAxis(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.