|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LineChartSerie | |
---|---|
org.apache.poi.ss.usermodel.charts | |
org.apache.poi.xssf.usermodel.charts |
Uses of LineChartSerie in org.apache.poi.ss.usermodel.charts |
---|
Methods in org.apache.poi.ss.usermodel.charts that return LineChartSerie | |
---|---|
LineChartSerie |
LineChartData.addSerie(ChartDataSource<?> categories,
ChartDataSource<? extends java.lang.Number> values)
|
Methods in org.apache.poi.ss.usermodel.charts that return types with arguments of type LineChartSerie | |
---|---|
java.util.List<? extends LineChartSerie> |
LineChartData.getSeries()
|
Uses of LineChartSerie in org.apache.poi.xssf.usermodel.charts |
---|
Methods in org.apache.poi.xssf.usermodel.charts that return LineChartSerie | |
---|---|
LineChartSerie |
XSSFLineChartData.addSerie(ChartDataSource<?> categoryAxisData,
ChartDataSource<? extends java.lang.Number> values)
|
Methods in org.apache.poi.xssf.usermodel.charts that return types with arguments of type LineChartSerie | |
---|---|
java.util.List<? extends LineChartSerie> |
XSSFLineChartData.getSeries()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |