@Retention(value=RUNTIME) @Target(value={}) public @interface ExcelChart
ExcelCharts| Modifier and Type | Required Element and Description |
|---|---|
String |
fieldName
Title.
|
String |
function
Function.
|
int |
sizeColumn
Size column.
|
int |
sizeRow
Size row.
|
String |
xAxis
X axis.
|
| Modifier and Type | Optional Element and Description |
|---|---|
org.apache.poi.xddf.usermodel.chart.AxisPosition |
categoryAxis
Category axis.
|
org.apache.poi.xddf.usermodel.chart.ChartTypes |
chartTypes
Chart types.
|
boolean |
group
Group.
|
org.apache.poi.xddf.usermodel.chart.LegendPosition |
legendPosition
Legend position.
|
String |
title |
org.apache.poi.xddf.usermodel.chart.AxisPosition |
valueAxis
Value axis.
|
public abstract String fieldName
public abstract String function
public abstract String xAxis
public abstract org.apache.poi.xddf.usermodel.chart.ChartTypes chartTypes
public abstract org.apache.poi.xddf.usermodel.chart.LegendPosition legendPosition
public abstract org.apache.poi.xddf.usermodel.chart.AxisPosition categoryAxis
public abstract org.apache.poi.xddf.usermodel.chart.AxisPosition valueAxis
public abstract String title
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.