java.lang.Object
software.xdev.chartjs.model.options.elements.Fill<T>

public class Fill<T> extends Object

Option on the dataset object which can be used to create area between two datasets or a dataset and a boundary.

  • Field Details

    • fill

      protected T fill
  • Constructor Details

    • Fill

      public Fill()
    • Fill

      public Fill(Boolean fill)
      Parameters:
      fill - - If true, fill the area under the line
    • Fill

      public Fill(String index)
      Parameters:
      index - - Absolute dataset index
    • Fill

      public Fill(Integer index)
      Parameters:
      index - - Relative dataset index
    • Fill

      public Fill(FillMode boundary)
  • Method Details

    • getFill

      public T getFill()
    • setFill

      public void setFill(T fill)