Constructor and Description |
---|
XSSFBubbleChartData() |
XSSFBubbleChartData(XSSFChart chart) |
Modifier and Type | Method and Description |
---|---|
XYZDataSerie |
addSerie(ChartTextSource title,
ChartDataSource<? extends Number> xs,
ChartDataSource<? extends Number> ys,
ChartDataSource<? extends Number> zs) |
void |
fillChart(Chart chart,
ChartAxis... axis)
Fills a charts with data specified by implementation.
|
List<? extends XYZDataSerie> |
getSeries() |
public XSSFBubbleChartData()
public XSSFBubbleChartData(XSSFChart chart)
public void fillChart(Chart chart, ChartAxis... axis)
ChartData
public List<? extends XYZDataSerie> getSeries()
public XYZDataSerie addSerie(ChartTextSource title, ChartDataSource<? extends Number> xs, ChartDataSource<? extends Number> ys, ChartDataSource<? extends Number> zs)
Copyright © 2020. All rights reserved.