Package | Description |
---|---|
org.zkoss.poi.ss.usermodel | |
org.zkoss.poi.ss.usermodel.charts | |
org.zkoss.poi.xssf.usermodel | |
org.zkoss.poi.xssf.usermodel.charts |
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends ChartAxis> |
Chart.getAxis() |
Modifier and Type | Method and Description |
---|---|
void |
Chart.plot(ChartData data,
ChartAxis... axis)
Plots specified data on the chart.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CategoryAxis |
interface |
SeriesAxis |
interface |
ValueAxis |
Modifier and Type | Method and Description |
---|---|
void |
ChartAxis.crossAxis(ChartAxis axis)
Declare this axis cross another axis.
|
void |
ChartData.fillChart(Chart chart,
ChartAxis... axis)
Fills a charts with data specified by implementation.
|
Modifier and Type | Method and Description |
---|---|
void |
XSSFChart.plot(ChartData data,
ChartAxis... axis) |
Modifier and Type | Class and Description |
---|---|
class |
XSSFCategoryAxis
Value axis type.
|
class |
XSSFChartAxis
Base class for all axis types.
|
class |
XSSFValueAxis
Value axis type.
|
Modifier and Type | Method and Description |
---|---|
void |
XSSFValueAxis.crossAxis(ChartAxis axis) |
void |
XSSFCategoryAxis.crossAxis(ChartAxis axis) |
void |
XSSFStockChartData.fillChart(Chart chart,
ChartAxis... axis) |
void |
XSSFScatterChartData.fillChart(Chart chart,
ChartAxis... axis) |
void |
XSSFScatChartData.fillChart(Chart chart,
ChartAxis... axis) |
void |
XSSFPieChartData.fillChart(Chart chart,
ChartAxis... axis) |
void |
XSSFPie3DChartData.fillChart(Chart chart,
ChartAxis... axis) |
void |
XSSFLineChartData.fillChart(Chart chart,
ChartAxis... axis) |
void |
XSSFLine3DChartData.fillChart(Chart chart,
ChartAxis... axis) |
void |
XSSFDoughnutChartData.fillChart(Chart chart,
ChartAxis... axis) |
void |
XSSFBubbleChartData.fillChart(Chart chart,
ChartAxis... axis) |
void |
XSSFBarChartData.fillChart(Chart chart,
ChartAxis... axis) |
void |
XSSFBar3DChartData.fillChart(Chart chart,
ChartAxis... axis) |
void |
XSSFAreaChartData.fillChart(Chart chart,
ChartAxis... axis) |
void |
XSSFArea3DChartData.fillChart(Chart chart,
ChartAxis... axis) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.