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

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

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

Methods in org.apache.poi.ss.usermodel.charts that return LineChartSerie
 LineChartSerie LineChartData.addSerie(ChartDataSource<?> categories, ChartDataSource<? extends java.lang.Number> values)
           
 

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

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

Methods in org.apache.poi.xssf.usermodel.charts that return LineChartSerie
 LineChartSerie XSSFLineChartData.addSerie(ChartDataSource<?> categoryAxisData, ChartDataSource<? extends java.lang.Number> values)
           
 

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



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