public interface ChartObject
| Modifier and Type | Method and Description |
|---|---|
void |
addChartRecord(XLSRecord b)
Add a chart record to this chart object
|
ArrayList |
getChartRecords()
Return a list of chart records from this chart object.
|
Chart |
getParentChart()
Return the chart record that this object is associated with
|
ArrayList |
getRecordArray()
Get the output array of records, including begin/end records and those of it's children.
|
void |
setParentChart(Chart c)
Set the parent chart for this record
|
void addChartRecord(XLSRecord b)
ArrayList getChartRecords()
Chart getParentChart()
void setParentChart(Chart c)
ArrayList getRecordArray()
Copyright © 2002–2019 Starter Inc.. All rights reserved.