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)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends LineChartSeries> |
LineChartData.getSeries()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LineChartSeries |
XSSFLineChartData.addSeries(ChartDataSource<?> categoryAxisData,
ChartDataSource<? extends java.lang.Number> values)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends LineChartSeries> |
XSSFLineChartData.getSeries()
Deprecated.
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.