@Retention(value=RUNTIME) @Target(value={}) public @interface ExcelChart
ExcelCharts| Modifier and Type | Required Element and Description |
|---|---|
ExcelChartCategory[] |
excelChartCategories
Excel chart categories.
|
String |
id
Id.
|
int |
sizeColumn
Size column.
|
int |
sizeRow
Size row.
|
String |
xAxis
X axis.
|
| Modifier and Type | Optional Element and Description |
|---|---|
org.apache.poi.xddf.usermodel.PresetColor |
axisLineColor
Axis line color.
|
org.apache.poi.xddf.usermodel.chart.AxisPosition |
categoryAxis
Category axis.
|
org.apache.poi.xddf.usermodel.chart.ChartTypes |
chartTypes
Chart types.
|
org.apache.poi.xddf.usermodel.chart.AxisCrossBetween |
crossBetween
Cross between.
|
org.apache.poi.xddf.usermodel.chart.AxisCrosses |
crosses
Crosses.
|
ExcelChartDataLabel |
excelChartDataLabel
Excel chart data label.
|
org.apache.poi.xddf.usermodel.PresetColor |
gridLineColor
Grid line color.
|
boolean |
group
Group.
|
org.apache.poi.xddf.usermodel.chart.LegendPosition |
legendPosition
Legend position.
|
org.apache.poi.xddf.usermodel.PresetColor[] |
lineColor
Line color.
|
boolean |
showLeaderLines
Show leader lines.
|
boolean |
smooth
Smooth.
|
org.apache.poi.ss.SpreadsheetVersion |
spreadsheetVersion
Spreadsheet version.
|
String |
title
Title.
|
org.apache.poi.xddf.usermodel.chart.AxisPosition |
valueAxis
Value axis.
|
public abstract String id
public abstract ExcelChartCategory[] excelChartCategories
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
public abstract org.apache.poi.xddf.usermodel.PresetColor[] lineColor
public abstract org.apache.poi.xddf.usermodel.PresetColor axisLineColor
public abstract org.apache.poi.xddf.usermodel.PresetColor gridLineColor
public abstract org.apache.poi.xddf.usermodel.chart.AxisCrosses crosses
public abstract org.apache.poi.xddf.usermodel.chart.AxisCrossBetween crossBetween
public abstract boolean showLeaderLines
public abstract ExcelChartDataLabel excelChartDataLabel
Copyright © 2022. All rights reserved.