| Package | Description |
|---|---|
| io.keikai.range.impl.imexp |
Keikai Spreadsheet Internal Range API Implementation classes.
|
| org.zkoss.poi.ss.usermodel.charts | |
| org.zkoss.poi.xssf.usermodel.charts |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ExcelXlsxImporter.importXyzSeries(List<? extends XYZDataSerie> seriesList,
SGeneralChartData chartData)
reference ChartHepler.prepareXYZModel()
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractXYZDataSerie |
| Modifier and Type | Method and Description |
|---|---|
XYZDataSerie |
XYZData.addSerie(ChartTextSource title,
ChartDataSource<? extends Number> xs,
ChartDataSource<? extends Number> ys,
ChartDataSource<? extends Number> zs) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends XYZDataSerie> |
XYZData.getSeries() |
| Modifier and Type | Method and Description |
|---|---|
XYZDataSerie |
XSSFBubbleChartData.addSerie(ChartTextSource title,
ChartDataSource<? extends Number> xs,
ChartDataSource<? extends Number> ys,
ChartDataSource<? extends Number> zs) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends XYZDataSerie> |
XSSFBubbleChartData.getSeries() |
Copyright © 2020. All rights reserved.