org.apache.poi.xssf.usermodel.charts
Class XSSFScatterChartData

java.lang.Object
  extended by org.apache.poi.xssf.usermodel.charts.XSSFScatterChartData
All Implemented Interfaces:
ChartData, ScatterChartData

@Beta
public class XSSFScatterChartData
extends java.lang.Object
implements ScatterChartData

Represents DrawingML scatter charts.


Constructor Summary
XSSFScatterChartData()
           
 
Method Summary
 ScatterChartSeries addSerie(ChartDataSource<?> xs, ChartDataSource<? extends java.lang.Number> ys)
           
 void fillChart(Chart chart, ChartAxis... axis)
           
 java.util.List<? extends org.apache.poi.xssf.usermodel.charts.XSSFScatterChartData.Series> getSeries()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSSFScatterChartData

public XSSFScatterChartData()
Method Detail

addSerie

public ScatterChartSeries addSerie(ChartDataSource<?> xs,
                                   ChartDataSource<? extends java.lang.Number> ys)
Specified by:
addSerie in interface ScatterChartData

fillChart

public void fillChart(Chart chart,
                      ChartAxis... axis)
Specified by:
fillChart in interface ChartData

getSeries

public java.util.List<? extends org.apache.poi.xssf.usermodel.charts.XSSFScatterChartData.Series> getSeries()
Specified by:
getSeries in interface ScatterChartData