Class: Aws::QuickSight::Types::PanelConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::PanelConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
A collection of options that configure how each panel displays in a small multiples chart.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#background_color ⇒ String
Sets the background color for each panel.
-
#background_visibility ⇒ String
Determines whether or not a background for each small multiples panel is rendered.
-
#border_color ⇒ String
Sets the line color of panel borders.
-
#border_style ⇒ String
Sets the line style of panel borders.
-
#border_thickness ⇒ String
Sets the line thickness of panel borders.
-
#border_visibility ⇒ String
Determines whether or not each panel displays a border.
-
#gutter_spacing ⇒ String
Sets the total amount of negative space to display between sibling panels.
-
#gutter_visibility ⇒ String
Determines whether or not negative space between sibling panels is rendered.
-
#title ⇒ Types::PanelTitleOptions
Configures the title display within each small multiples panel.
Instance Attribute Details
#background_color ⇒ String
Sets the background color for each panel.
23464 23465 23466 23467 23468 23469 23470 23471 23472 23473 23474 23475 23476 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23464 class PanelConfiguration < Struct.new( :title, :border_visibility, :border_thickness, :border_style, :border_color, :gutter_visibility, :gutter_spacing, :background_visibility, :background_color) SENSITIVE = [] include Aws::Structure end |
#background_visibility ⇒ String
Determines whether or not a background for each small multiples panel is rendered.
23464 23465 23466 23467 23468 23469 23470 23471 23472 23473 23474 23475 23476 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23464 class PanelConfiguration < Struct.new( :title, :border_visibility, :border_thickness, :border_style, :border_color, :gutter_visibility, :gutter_spacing, :background_visibility, :background_color) SENSITIVE = [] include Aws::Structure end |
#border_color ⇒ String
Sets the line color of panel borders.
23464 23465 23466 23467 23468 23469 23470 23471 23472 23473 23474 23475 23476 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23464 class PanelConfiguration < Struct.new( :title, :border_visibility, :border_thickness, :border_style, :border_color, :gutter_visibility, :gutter_spacing, :background_visibility, :background_color) SENSITIVE = [] include Aws::Structure end |
#border_style ⇒ String
Sets the line style of panel borders.
23464 23465 23466 23467 23468 23469 23470 23471 23472 23473 23474 23475 23476 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23464 class PanelConfiguration < Struct.new( :title, :border_visibility, :border_thickness, :border_style, :border_color, :gutter_visibility, :gutter_spacing, :background_visibility, :background_color) SENSITIVE = [] include Aws::Structure end |
#border_thickness ⇒ String
Sets the line thickness of panel borders.
23464 23465 23466 23467 23468 23469 23470 23471 23472 23473 23474 23475 23476 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23464 class PanelConfiguration < Struct.new( :title, :border_visibility, :border_thickness, :border_style, :border_color, :gutter_visibility, :gutter_spacing, :background_visibility, :background_color) SENSITIVE = [] include Aws::Structure end |
#border_visibility ⇒ String
Determines whether or not each panel displays a border.
23464 23465 23466 23467 23468 23469 23470 23471 23472 23473 23474 23475 23476 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23464 class PanelConfiguration < Struct.new( :title, :border_visibility, :border_thickness, :border_style, :border_color, :gutter_visibility, :gutter_spacing, :background_visibility, :background_color) SENSITIVE = [] include Aws::Structure end |
#gutter_spacing ⇒ String
Sets the total amount of negative space to display between sibling panels.
23464 23465 23466 23467 23468 23469 23470 23471 23472 23473 23474 23475 23476 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23464 class PanelConfiguration < Struct.new( :title, :border_visibility, :border_thickness, :border_style, :border_color, :gutter_visibility, :gutter_spacing, :background_visibility, :background_color) SENSITIVE = [] include Aws::Structure end |
#gutter_visibility ⇒ String
Determines whether or not negative space between sibling panels is rendered.
23464 23465 23466 23467 23468 23469 23470 23471 23472 23473 23474 23475 23476 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23464 class PanelConfiguration < Struct.new( :title, :border_visibility, :border_thickness, :border_style, :border_color, :gutter_visibility, :gutter_spacing, :background_visibility, :background_color) SENSITIVE = [] include Aws::Structure end |
#title ⇒ Types::PanelTitleOptions
Configures the title display within each small multiples panel.
23464 23465 23466 23467 23468 23469 23470 23471 23472 23473 23474 23475 23476 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23464 class PanelConfiguration < Struct.new( :title, :border_visibility, :border_thickness, :border_style, :border_color, :gutter_visibility, :gutter_spacing, :background_visibility, :background_color) SENSITIVE = [] include Aws::Structure end |