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(DataMarker xMarker, DataMarker yMarker)
           
 

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(DataMarker xMarker, DataMarker yMarker)
           
 



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