Uses of Interface
org.apache.poi.ss.usermodel.charts.ScatterChartSeries
Packages that use ScatterChartSeries
-
Uses of ScatterChartSeries in org.apache.poi.ss.usermodel.charts
Methods in org.apache.poi.ss.usermodel.charts that return ScatterChartSeriesModifier and TypeMethodDescriptionScatterChartData.addSerie
(ChartDataSource<?> xs, ChartDataSource<? extends Number> ys) Deprecated.Methods in org.apache.poi.ss.usermodel.charts that return types with arguments of type ScatterChartSeriesModifier and TypeMethodDescriptionList<? 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 ScatterChartSeriesModifier and TypeMethodDescriptionXSSFScatterChartData.addSerie
(ChartDataSource<?> xs, ChartDataSource<? extends Number> ys) Deprecated.