Class: Aws::QuickSight::Types::PanelConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::QuickSight::Types::PanelConfiguration
 
 
- Defined in:
 - gems/aws-sdk-quicksight/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.
      26358 26359 26360 26361 26362 26363 26364 26365 26366 26367 26368 26369 26370  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26358 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.
      26358 26359 26360 26361 26362 26363 26364 26365 26366 26367 26368 26369 26370  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26358 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.
      26358 26359 26360 26361 26362 26363 26364 26365 26366 26367 26368 26369 26370  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26358 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.
      26358 26359 26360 26361 26362 26363 26364 26365 26366 26367 26368 26369 26370  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26358 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.
      26358 26359 26360 26361 26362 26363 26364 26365 26366 26367 26368 26369 26370  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26358 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.
      26358 26359 26360 26361 26362 26363 26364 26365 26366 26367 26368 26369 26370  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26358 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.
      26358 26359 26360 26361 26362 26363 26364 26365 26366 26367 26368 26369 26370  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26358 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.
      26358 26359 26360 26361 26362 26363 26364 26365 26366 26367 26368 26369 26370  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26358 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.
      26358 26359 26360 26361 26362 26363 26364 26365 26366 26367 26368 26369 26370  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26358 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  |