Class: Aws::QuickSight::Types::WaterfallChartGroupColorConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The color configuration for individual groups within a waterfall visual.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#negative_bar_colorString

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

Returns:

  • (String)


35183
35184
35185
35186
35187
35188
35189
# File 'lib/aws-sdk-quicksight/types.rb', line 35183

class WaterfallChartGroupColorConfiguration < Struct.new(
  :positive_bar_color,
  :negative_bar_color,
  :total_bar_color)
  SENSITIVE = []
  include Aws::Structure
end

#positive_bar_colorString

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

Returns:

  • (String)


35183
35184
35185
35186
35187
35188
35189
# File 'lib/aws-sdk-quicksight/types.rb', line 35183

class WaterfallChartGroupColorConfiguration < Struct.new(
  :positive_bar_color,
  :negative_bar_color,
  :total_bar_color)
  SENSITIVE = []
  include Aws::Structure
end

#total_bar_colorString

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

Returns:

  • (String)


35183
35184
35185
35186
35187
35188
35189
# File 'lib/aws-sdk-quicksight/types.rb', line 35183

class WaterfallChartGroupColorConfiguration < Struct.new(
  :positive_bar_color,
  :negative_bar_color,
  :total_bar_color)
  SENSITIVE = []
  include Aws::Structure
end