Interface DataBarsOptions.Builder

  • Method Details

    • fieldId

      DataBarsOptions.Builder fieldId(String fieldId)

      The field ID for the data bars options.

      Parameters:
      fieldId - The field ID for the data bars options.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • positiveColor

      DataBarsOptions.Builder positiveColor(String positiveColor)

      The color of the positive data bar.

      Parameters:
      positiveColor - The color of the positive data bar.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • negativeColor

      DataBarsOptions.Builder negativeColor(String negativeColor)

      The color of the negative data bar.

      Parameters:
      negativeColor - The color of the negative data bar.
      Returns:
      Returns a reference to this object so that method calls can be chained together.