All Known Implementing Classes:
ChartOptionsImpl

public interface ChartOptions
The Interface ChartOptions.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.dussan.vaadin.dcharts.options.Options
    createOptionsCountryLineChart(org.dussan.vaadin.dcharts.options.Series series)
    Creates the options country line chart.
    org.dussan.vaadin.dcharts.options.Options
    Creates the options donout chart.
    org.dussan.vaadin.dcharts.options.Options
    createOptionsDonoutChartWithSeries(org.dussan.vaadin.dcharts.options.Series series)
    Creates the options donout chart with series.
    org.dussan.vaadin.dcharts.options.Options
    createOptionsPartyLineChart(org.dussan.vaadin.dcharts.options.Series series)
    Creates the options party line chart.
    org.dussan.vaadin.dcharts.options.Options
    createOptionsPersonLineChart(org.dussan.vaadin.dcharts.options.Series series)
    Creates the options person line chart.
    org.dussan.vaadin.dcharts.options.Options
    Creates the options pie chart.
    org.dussan.vaadin.dcharts.options.Options
    createOptionsXYDateFloatLegendInsideOneColumn(org.dussan.vaadin.dcharts.options.Series series)
    Creates the options XY date float legend inside one column.
    org.dussan.vaadin.dcharts.options.Options
    createOptionsXYDateFloatLogYAxisLegendOutside(org.dussan.vaadin.dcharts.options.Series series)
    Creates the options XY date float log Y axis legend outside.
  • Method Details

    • createOptionsCountryLineChart

      org.dussan.vaadin.dcharts.options.Options createOptionsCountryLineChart(org.dussan.vaadin.dcharts.options.Series series)
      Creates the options country line chart.
      Parameters:
      series - the series
      Returns:
      the options
    • createOptionsDonoutChart

      org.dussan.vaadin.dcharts.options.Options createOptionsDonoutChart()
      Creates the options donout chart.
      Returns:
      the options
    • createOptionsDonoutChartWithSeries

      org.dussan.vaadin.dcharts.options.Options createOptionsDonoutChartWithSeries(org.dussan.vaadin.dcharts.options.Series series)
      Creates the options donout chart with series.
      Parameters:
      series - the series
      Returns:
      the options
    • createOptionsPartyLineChart

      org.dussan.vaadin.dcharts.options.Options createOptionsPartyLineChart(org.dussan.vaadin.dcharts.options.Series series)
      Creates the options party line chart.
      Parameters:
      series - the series
      Returns:
      the options
    • createOptionsPersonLineChart

      org.dussan.vaadin.dcharts.options.Options createOptionsPersonLineChart(org.dussan.vaadin.dcharts.options.Series series)
      Creates the options person line chart.
      Parameters:
      series - the series
      Returns:
      the options
    • createOptionsPieChart

      org.dussan.vaadin.dcharts.options.Options createOptionsPieChart()
      Creates the options pie chart.
      Returns:
      the options
    • createOptionsXYDateFloatLegendInsideOneColumn

      org.dussan.vaadin.dcharts.options.Options createOptionsXYDateFloatLegendInsideOneColumn(org.dussan.vaadin.dcharts.options.Series series)
      Creates the options XY date float legend inside one column.
      Parameters:
      series - the series
      Returns:
      the options
    • createOptionsXYDateFloatLogYAxisLegendOutside

      org.dussan.vaadin.dcharts.options.Options createOptionsXYDateFloatLogYAxisLegendOutside(org.dussan.vaadin.dcharts.options.Series series)
      Creates the options XY date float log Y axis legend outside.
      Parameters:
      series - the series
      Returns:
      the options