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.
22082 22083 22084 22085 22086 22087 22088 22089 22090 22091 22092 22093 22094 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22082 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.
22082 22083 22084 22085 22086 22087 22088 22089 22090 22091 22092 22093 22094 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22082 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.
22082 22083 22084 22085 22086 22087 22088 22089 22090 22091 22092 22093 22094 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22082 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.
22082 22083 22084 22085 22086 22087 22088 22089 22090 22091 22092 22093 22094 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22082 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.
22082 22083 22084 22085 22086 22087 22088 22089 22090 22091 22092 22093 22094 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22082 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.
22082 22083 22084 22085 22086 22087 22088 22089 22090 22091 22092 22093 22094 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22082 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.
22082 22083 22084 22085 22086 22087 22088 22089 22090 22091 22092 22093 22094 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22082 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.
22082 22083 22084 22085 22086 22087 22088 22089 22090 22091 22092 22093 22094 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22082 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.
22082 22083 22084 22085 22086 22087 22088 22089 22090 22091 22092 22093 22094 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22082 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 |