Interface DataColor.Builder

    • Method Detail

      • color

        DataColor.Builder color​(String color)

        The color that is applied to the data value.

        Parameters:
        color - The color that is applied to the data value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataValue

        DataColor.Builder dataValue​(Double dataValue)

        The data value that the color is applied to.

        Parameters:
        dataValue - The data value that the color is applied to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.