Class AreaFillData<T extends Number>

    • Constructor Detail

      • AreaFillData

        public AreaFillData()
        Instantiates a new area fill data.
      • AreaFillData

        public AreaFillData​(List<T>... values)
        Instantiates a new area fill data.
        Parameters:
        values - the values
    • Method Detail

      • getData

        public Collection<List<T>> getData()
        Description copied from interface: ChartData
        Gets the data.
        Returns:
        the data
      • size

        public int size()
        Gets the size of the data.
        Returns:
        the data
      • toJsonString

        public String toJsonString()
        Description copied from interface: ChartData
        To json string.
        Returns:
        the string