Class ColumnStackedPercentChart


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

      • ColumnStackedPercentChart

        public ColumnStackedPercentChart​(java.lang.String name,
                                         ChartOptions options,
                                         ColumnStackedPercentSeries... columnStackedPercentageSeries)
        Represents a stacked column chart where the y-axis is expressed in percentage.
        Parameters:
        name - Name of the chart (for the tag).
        options - Options of the chart.
        columnStackedPercentageSeries - Series with the data for the chart.
    • Method Detail

      • getColumnStackedPercentageSeries

        public java.util.ArrayList<ColumnStackedPercentSeries> getColumnStackedPercentageSeries()
        Returns:
        ColumnStackedPercentSeries with the data for the chart.
      • setColumnStackedPercentageSeries

        public void setColumnStackedPercentageSeries​(java.util.ArrayList<ColumnStackedPercentSeries> columnStackedPercentageSeries)
        Parameters:
        columnStackedPercentageSeries - ColumnStackedPercentSeries 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.