public interface ChartCreator extends Serializable
| Modifier and Type | Method and Description |
|---|---|
com.vaadin.ui.Component |
createChart(org.apache.poi.xssf.usermodel.XSSFChart chartXml,
Spreadsheet spreadsheet)
Converts the XSSFChart model into a Chart Component
|
com.vaadin.ui.Component createChart(org.apache.poi.xssf.usermodel.XSSFChart chartXml,
Spreadsheet spreadsheet)
chartXml - metadata with the chart configurationspreadsheet - spreadsheet that chart uses as data sourceCopyright © 2013–2026 Vaadin Ltd. All rights reserved.