Uses of Interface
org.apache.poi.ss.usermodel.charts.ScatterChartSerie

Packages that use ScatterChartSerie
org.apache.poi.ss.usermodel.charts   
org.apache.poi.xssf.usermodel.charts   
 

Uses of ScatterChartSerie in org.apache.poi.ss.usermodel.charts
 

Methods in org.apache.poi.ss.usermodel.charts that return ScatterChartSerie
 ScatterChartSerie ScatterChartData.addSerie(ChartDataSource<?> xs, ChartDataSource<? extends java.lang.Number> ys)
           
 

Methods in org.apache.poi.ss.usermodel.charts that return types with arguments of type ScatterChartSerie
 java.util.List<? extends ScatterChartSerie> ScatterChartData.getSeries()
           
 

Uses of ScatterChartSerie in org.apache.poi.xssf.usermodel.charts
 

Methods in org.apache.poi.xssf.usermodel.charts that return ScatterChartSerie
 ScatterChartSerie XSSFScatterChartData.addSerie(ChartDataSource<?> xs, ChartDataSource<? extends java.lang.Number> ys)
           
 



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