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()
           
 

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
 

Classes in org.apache.poi.xssf.usermodel.charts that implement ScatterChartSerie
static class XSSFScatterChartData.Serie
           
 



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