Uses of Interface
org.apache.poi.ss.usermodel.charts.LineChartSeries
Packages that use LineChartSeries
-
Uses of LineChartSeries in org.apache.poi.ss.usermodel.charts
Methods in org.apache.poi.ss.usermodel.charts that return LineChartSeriesModifier and TypeMethodDescriptionLineChartData.addSeries(ChartDataSource<?> categories, ChartDataSource<? extends Number> values) Deprecated.Methods in org.apache.poi.ss.usermodel.charts that return types with arguments of type LineChartSeriesModifier and TypeMethodDescriptionList<? 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 LineChartSeriesModifier and TypeMethodDescriptionXSSFLineChartData.addSeries(ChartDataSource<?> categoryAxisData, ChartDataSource<? extends Number> values) Deprecated.Methods in org.apache.poi.xssf.usermodel.charts that return types with arguments of type LineChartSeriesModifier and TypeMethodDescriptionList<? extends LineChartSeries>XSSFLineChartData.getSeries()Deprecated.