Package | Description |
---|---|
org.apache.poi.ss.usermodel.charts | |
org.apache.poi.xssf.usermodel.charts |
Modifier and Type | Method and Description |
---|---|
LineChartSeries |
LineChartData.addSeries(ChartDataSource<?> categories,
ChartDataSource<? extends java.lang.Number> values) |
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends LineChartSeries> |
LineChartData.getSeries() |
Modifier and Type | Method and Description |
---|---|
LineChartSeries |
XSSFLineChartData.addSeries(ChartDataSource<?> categoryAxisData,
ChartDataSource<? extends java.lang.Number> values) |
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends LineChartSeries> |
XSSFLineChartData.getSeries() |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.