Uses of Class
org.apache.poi.hssf.record.chart.ChartRecord
-
Packages that use ChartRecord 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 ChartRecord in org.apache.poi.hssf.record.chart
Methods in org.apache.poi.hssf.record.chart that return ChartRecord Modifier and Type Method Description ChartRecord
ChartRecord. copy()
Constructors in org.apache.poi.hssf.record.chart with parameters of type ChartRecord Constructor Description ChartRecord(ChartRecord other)
-
Uses of ChartRecord in org.apache.poi.hssf.usermodel
Constructors in org.apache.poi.hssf.usermodel with parameters of type ChartRecord Constructor Description HSSFChart(HSSFSheet sheet, ChartRecord chart, LegendRecord legend, ChartTitleFormatRecord chartTitleFormat, SeriesTextRecord chartTitleText, List<Object[]> seriesList, List<ValueRangeRecord> valueRanges, Record chartType, Chart3DRecord chart3d, TextRecord titleTextRecord)
-