Class ColumnStackedChart


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

      • ColumnStackedChart

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

      • getStackedColumnSeries

        public java.util.ArrayList<ColumnStackedSeries> getStackedColumnSeries()
        Returns:
        ColumnStackedSeries with the data for the chart.
      • setStackedColumnSeries

        public void setStackedColumnSeries​(java.util.ArrayList<ColumnStackedSeries> stackedColumnSeries)
        Parameters:
        stackedColumnSeries - ColumnStackedSeries 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.