Interface WaterfallChartGroupColorConfiguration.Builder

    • Method Detail

      • positiveBarColor

        WaterfallChartGroupColorConfiguration.Builder positiveBarColor​(String positiveBarColor)

        Defines the color for the positive bars of a waterfall chart.

        Parameters:
        positiveBarColor - Defines the color for the positive bars of a waterfall chart.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • negativeBarColor

        WaterfallChartGroupColorConfiguration.Builder negativeBarColor​(String negativeBarColor)

        Defines the color for the negative bars of a waterfall chart.

        Parameters:
        negativeBarColor - Defines the color for the negative bars of a waterfall chart.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • totalBarColor

        WaterfallChartGroupColorConfiguration.Builder totalBarColor​(String totalBarColor)

        Defines the color for the total bars of a waterfall chart.

        Parameters:
        totalBarColor - Defines the color for the total bars of a waterfall chart.
        Returns:
        Returns a reference to this object so that method calls can be chained together.