Package | Description |
---|---|
org.zkoss.poi.ss.usermodel.charts | |
org.zkoss.poi.xssf.usermodel.charts |
Modifier and Type | Interface and Description |
---|---|
interface |
XYZDataSerie
Represents a xyz data serie.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractXYDataSerie |
class |
AbstractXYZDataSerie |
Modifier and Type | Method and Description |
---|---|
XYDataSerie |
XYData.addSerie(ChartTextSource title,
ChartDataSource<? extends java.lang.Number> xs,
ChartDataSource<? extends java.lang.Number> ys) |
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends XYDataSerie> |
XYData.getSeries() |
Modifier and Type | Method and Description |
---|---|
XYDataSerie |
XSSFScatChartData.addSerie(ChartTextSource title,
ChartDataSource<? extends java.lang.Number> xs,
ChartDataSource<? extends java.lang.Number> ys) |
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends XYDataSerie> |
XSSFScatChartData.getSeries() |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.