Package | Description |
---|---|
org.zkoss.poi.ss.usermodel.charts | |
org.zkoss.poi.xssf.usermodel.charts | |
org.zkoss.zss.range.impl.imexp |
ZK Spreadsheet Internal Range API Implementation classes.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractXYZDataSerie |
Modifier and Type | Method and Description |
---|---|
XYZDataSerie |
XYZData.addSerie(ChartTextSource title,
ChartDataSource<? extends java.lang.Number> xs,
ChartDataSource<? extends java.lang.Number> ys,
ChartDataSource<? extends java.lang.Number> zs) |
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends XYZDataSerie> |
XYZData.getSeries() |
Modifier and Type | Method and Description |
---|---|
XYZDataSerie |
XSSFBubbleChartData.addSerie(ChartTextSource title,
ChartDataSource<? extends java.lang.Number> xs,
ChartDataSource<? extends java.lang.Number> ys,
ChartDataSource<? extends java.lang.Number> zs) |
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends XYZDataSerie> |
XSSFBubbleChartData.getSeries() |
Modifier and Type | Method and Description |
---|---|
protected void |
ExcelXlsxImporter.importXyzSeries(java.util.List<? extends XYZDataSerie> seriesList,
SGeneralChartData chartData)
reference ChartHepler.prepareXYZModel()
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.