Uses of Class
org.apache.poi.hssf.record.chart.LegendRecord
-
Packages that use LegendRecord Package Description org.apache.poi.hssf.record.chart org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet model -
-
Uses of LegendRecord in org.apache.poi.hssf.record.chart
Methods in org.apache.poi.hssf.record.chart that return LegendRecord Modifier and Type Method Description LegendRecordLegendRecord. copy()Constructors in org.apache.poi.hssf.record.chart with parameters of type LegendRecord Constructor Description LegendRecord(LegendRecord other) -
Uses of LegendRecord in org.apache.poi.hssf.usermodel
Constructors in org.apache.poi.hssf.usermodel with parameters of type LegendRecord Constructor Description HSSFChart(HSSFSheet sheet, ChartRecord chart, LegendRecord legend, ChartTitleFormatRecord chartTitleFormat, SeriesTextRecord chartTitleText, java.util.List<java.lang.Object[]> seriesList, java.util.List<ValueRangeRecord> valueRanges, Record chartType, Chart3DRecord chart3d, TextRecord titleTextRecord)
-