org.apache.poi.xssf.usermodel.charts
Class XSSFScatterChartData.Serie
java.lang.Object
org.apache.poi.xssf.usermodel.charts.XSSFScatterChartData.Serie
- All Implemented Interfaces:
- ScatterChartSerie
- Enclosing class:
- XSSFScatterChartData
public static class XSSFScatterChartData.Serie
- extends java.lang.Object
- implements ScatterChartSerie
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XSSFScatterChartData.Serie
public XSSFScatterChartData.Serie(int id,
int order)
setXValues
public void setXValues(Sheet sheet,
CellRangeAddress address)
- Specified by:
setXValues in interface ScatterChartSerie
- Parameters:
sheet - a sheet to take range fromaddress - a column or a row with values
setYValues
public void setYValues(Sheet sheet,
CellRangeAddress address)
- Description copied from interface:
ScatterChartSerie
- '
- Specified by:
setYValues in interface ScatterChartSerie
- Parameters:
sheet - a sheet to take range fromaddress - a column or a row with values
setUseCache
public void setUseCache(boolean useCache)
- Parameters:
useCache - if true, cached results will be added on plot
addToChart
protected void addToChart(org.openxmlformats.schemas.drawingml.x2006.chart.CTScatterChart ctScatterChart)
Copyright 2011 The Apache Software Foundation or
its licensors, as applicable.