Uses of Interface
org.apache.poi.ss.usermodel.charts.ScatterChartSeries
-
Packages that use ScatterChartSeries Package Description org.apache.poi.ss.usermodel.charts org.apache.poi.xssf.usermodel.charts -
-
Uses of ScatterChartSeries in org.apache.poi.ss.usermodel.charts
Methods in org.apache.poi.ss.usermodel.charts that return ScatterChartSeries Modifier and Type Method Description ScatterChartSeriesScatterChartData. addSerie(ChartDataSource<?> xs, ChartDataSource<? extends java.lang.Number> ys)Deprecated.Methods in org.apache.poi.ss.usermodel.charts that return types with arguments of type ScatterChartSeries Modifier and Type Method Description java.util.List<? extends ScatterChartSeries>ScatterChartData. getSeries()Deprecated. -
Uses of ScatterChartSeries in org.apache.poi.xssf.usermodel.charts
Methods in org.apache.poi.xssf.usermodel.charts that return ScatterChartSeries Modifier and Type Method Description ScatterChartSeriesXSSFScatterChartData. addSerie(ChartDataSource<?> xs, ChartDataSource<? extends java.lang.Number> ys)Deprecated.
-