All Known Implementing Classes:
ChartDataManagerImpl
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ChartDataManager
The Interface ChartDataManager.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    createChartPanel(com.vaadin.ui.AbstractOrderedLayout content, org.dussan.vaadin.dcharts.data.DataSeries dataSeries, String caption)
    Creates the chart panel.
  • Method Details

    • createChartPanel

      void createChartPanel(com.vaadin.ui.AbstractOrderedLayout content, org.dussan.vaadin.dcharts.data.DataSeries dataSeries, String caption)
      Creates the chart panel.
      Parameters:
      content - the content
      dataSeries - the data series
      caption - the caption