Uses of Interface
org.apache.poi.ss.usermodel.charts.ChartDataSource

Packages that use ChartDataSource
org.apache.poi.ss.usermodel.charts   
 

Uses of ChartDataSource in org.apache.poi.ss.usermodel.charts
 

Methods in org.apache.poi.ss.usermodel.charts that return ChartDataSource
static ChartDataSource DataSources.fromArray(T[] elements)
           
static ChartDataSource DataSources.fromNumericCellRange(Sheet sheet, CellRangeAddress cellRangeAddress)
           
static ChartDataSource DataSources.fromStringCellRange(Sheet sheet, CellRangeAddress cellRangeAddress)
           
 ChartDataSource ScatterChartSerie.getXValues()
           
 ChartDataSource ScatterChartSerie.getYValues()
           
 

Methods in org.apache.poi.ss.usermodel.charts with parameters of type ChartDataSource
 ScatterChartSerie ScatterChartData.addSerie(ChartDataSource xs, ChartDataSource ys)