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(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
XSSFChartAxis(XSSFChart chart)
           
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, AxisPosition pos)
           
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.