Class ColumnChart


  • public class ColumnChart
    extends Chart
    Represents a column chart.
    • Constructor Detail

      • ColumnChart

        public ColumnChart​(java.lang.String name,
                           ChartOptions options,
                           ColumnSeries... columnSeries)
        Represents a column chart.
        Parameters:
        name - Name of the chart (for the tag).
        options - Options of the chart.
        columnSeries - Series with the data for the chart.
    • Method Detail

      • getColumnSeries

        public java.util.ArrayList<ColumnSeries> getColumnSeries()
        Returns:
        ColumnSeries with the data for the chart.
      • setColumnSeries

        public void setColumnSeries​(java.util.ArrayList<ColumnSeries> columnSeries)
        Parameters:
        columnSeries - ColumnSeries with the data for the chart.
      • getJSON

        public com.google.gson.JsonObject getJSON()
        Specified by:
        getJSON in class RenderElement
        Returns:
        JSONObject with the tags for this element for the Cloud Office Print server.