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