Uses of Class
org.apache.poi.xssf.usermodel.XSSFChart

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(XSSFClientAnchor anchor)
          Creates a chart.
 

Uses of XSSFChart in org.apache.poi.xssf.usermodel.charts
 

Constructors in org.apache.poi.xssf.usermodel.charts with parameters of type XSSFChart
XSSFChartLegend(XSSFChart chart)
          Create a new SpreadsheetML chart legend
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, org.apache.poi.ss.usermodel.charts.AxisPosition pos)