org.apache.poi.ss.usermodel.charts
Interface ScatterChartSerie
- All Known Implementing Classes:
- XSSFScatterChartData.Serie
public interface ScatterChartSerie
- Author:
- Roman Kashitsyn
setXValues
void setXValues(Sheet sheet,
CellRangeAddress address)
- Parameters:
sheet
- a sheet to take range fromaddress
- a column or a row with values
setYValues
void setYValues(Sheet sheet,
CellRangeAddress address)
- '
- Parameters:
sheet
- a sheet to take range fromaddress
- a column or a row with values
Copyright 2011 The Apache Software Foundation or
its licensors, as applicable.