Uses of Annotation Type
bld.generator.report.excel.annotation.ExcelChartDataLabel
Packages that use ExcelChartDataLabel
Package
Description
In this package, each class represents an annotation in the form of entities and are used to manage sheets with dynamic columns.
-
Uses of ExcelChartDataLabel in bld.generator.report.excel.annotation.impl
Methods in bld.generator.report.excel.annotation.impl that return ExcelChartDataLabelModifier and TypeMethodDescriptionExcelChartImpl.getExcelChartDataLabel()Gets the excel chart data label.Methods in bld.generator.report.excel.annotation.impl with parameters of type ExcelChartDataLabelModifier and TypeMethodDescriptionvoidExcelChartImpl.setExcelChartDataLabel(ExcelChartDataLabel excelChartDataLabel) Sets the excel chart data label.Constructors in bld.generator.report.excel.annotation.impl with parameters of type ExcelChartDataLabelModifierConstructorDescriptionExcelChartImpl(String id, ExcelChartCategory[] excelChartCategories, org.apache.poi.xddf.usermodel.chart.ChartTypes chartTypes, int sizeRow, int sizeColumn, org.apache.poi.xddf.usermodel.chart.LegendPosition legendPosition, org.apache.poi.xddf.usermodel.chart.AxisPosition categoryAxis, org.apache.poi.xddf.usermodel.chart.AxisPosition valueAxis, String xAxis, boolean group, String title, org.apache.poi.xddf.usermodel.PresetColor[] lineColor, org.apache.poi.xddf.usermodel.PresetColor axisLineColor, org.apache.poi.xddf.usermodel.PresetColor gridLineColor, org.apache.poi.xddf.usermodel.chart.AxisCrosses crosses, org.apache.poi.xddf.usermodel.chart.AxisCrossBetween crossBetween, boolean showLeaderLines, ExcelChartDataLabel excelChartDataLabel, boolean smooth, org.apache.poi.ss.SpreadsheetVersion spreadsheetVersion) Instantiates a new excel chart impl.