AnalysisWaterfallChartGroupColorConfigurationArgs

data class AnalysisWaterfallChartGroupColorConfigurationArgs(val negativeBarColor: Output<String>? = null, val positiveBarColor: Output<String>? = null, val totalBarColor: Output<String>? = null) : ConvertibleToJava<AnalysisWaterfallChartGroupColorConfigurationArgs>

Constructors

constructor(negativeBarColor: Output<String>? = null, positiveBarColor: Output<String>? = null, totalBarColor: Output<String>? = null)

Properties

Link copied to clipboard
val negativeBarColor: Output<String>? = null

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

Link copied to clipboard
val positiveBarColor: Output<String>? = null

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

Link copied to clipboard
val totalBarColor: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): AnalysisWaterfallChartGroupColorConfigurationArgs