Uses of Interface
org.apache.poi.ss.usermodel.charts.LineChartSeries
-
Packages that use LineChartSeries Package Description org.apache.poi.ss.usermodel.charts org.apache.poi.xssf.usermodel.charts -
-
Uses of LineChartSeries in org.apache.poi.ss.usermodel.charts
Methods in org.apache.poi.ss.usermodel.charts that return LineChartSeries Modifier and Type Method Description LineChartSeries
LineChartData. addSeries(ChartDataSource<?> categories, ChartDataSource<? extends java.lang.Number> values)
Deprecated.Methods in org.apache.poi.ss.usermodel.charts that return types with arguments of type LineChartSeries Modifier and Type Method Description java.util.List<? extends LineChartSeries>
LineChartData. getSeries()
Deprecated. -
Uses of LineChartSeries in org.apache.poi.xssf.usermodel.charts
Methods in org.apache.poi.xssf.usermodel.charts that return LineChartSeries Modifier and Type Method Description LineChartSeries
XSSFLineChartData. addSeries(ChartDataSource<?> categoryAxisData, ChartDataSource<? extends java.lang.Number> values)
Deprecated.Methods in org.apache.poi.xssf.usermodel.charts that return types with arguments of type LineChartSeries Modifier and Type Method Description java.util.List<? extends LineChartSeries>
XSSFLineChartData. getSeries()
Deprecated.
-