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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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)


33789
33790
33791
33792
33793
33794
33795
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33789

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)


33789
33790
33791
33792
33793
33794
33795
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33789

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)


33789
33790
33791
33792
33793
33794
33795
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33789

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