@FunctionalInterface public interface ChartDataManager
Modifier and Type | Method and Description |
---|---|
void |
createChartPanel(com.vaadin.ui.AbstractOrderedLayout content,
org.dussan.vaadin.dcharts.data.DataSeries dataSeries,
String caption)
Creates the chart panel.
|
void createChartPanel(com.vaadin.ui.AbstractOrderedLayout content, org.dussan.vaadin.dcharts.data.DataSeries dataSeries, String caption)
content
- the contentdataSeries
- the data seriescaption
- the captionCopyright © 2008–2017 www.hack23.com. All rights reserved.