Interface WaterfallChartGroupColorConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<WaterfallChartGroupColorConfiguration.Builder,WaterfallChartGroupColorConfiguration>, SdkBuilder<WaterfallChartGroupColorConfiguration.Builder,WaterfallChartGroupColorConfiguration>, SdkPojo
Enclosing class:
WaterfallChartGroupColorConfiguration

public static interface WaterfallChartGroupColorConfiguration.Builder extends SdkPojo, CopyableBuilder<WaterfallChartGroupColorConfiguration.Builder,WaterfallChartGroupColorConfiguration>
  • Method Details

    • 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

      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.