org.apache.poi.ss.usermodel.charts
Interface ScatterChartData

All Superinterfaces:
ChartData
All Known Implementing Classes:
XSSFScatterChartData

public interface ScatterChartData
extends ChartData

Author:
Roman Kashitsyn

Method Summary
 ScatterChartSerie addSerie()
           
 java.util.List<? extends ScatterChartSerie> getSeries()
           
 
Methods inherited from interface org.apache.poi.ss.usermodel.charts.ChartData
fillChart
 

Method Detail

addSerie

ScatterChartSerie addSerie()
Returns:
a new scatter chart serie

getSeries

java.util.List<? extends ScatterChartSerie> getSeries()
Returns:
list of all series


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