public class Chart extends Object:
XLSX chart definition.
The initial implementation supports the line chart API needed by the spreadsheet export scenario. Series values use the standard Excel formula syntax, for example =Sheet1!$A$1:$A$6.
@example `klyn import klyn.io.xlsx
chart = Chart({"type": "line"}) chart.addSeries({"values": "=Data!$A$1:$A$6"})
| Modifier and Type | Member | Description |
|---|---|---|
| public | Chart | Creates a chart from an option map. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | _getChartIndex_getChartIndex() as Int: |
No summary. |
| public | _setChartIndex_setChartIndex(index as Int) as Void: |
No summary. |
| public | addSeries | Adds a data series. |