Class: Aws::QuickSight::Types::LegendOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::LegendOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The options for the legend setup of a visual.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#height ⇒ String
The height of the legend.
-
#position ⇒ String
The positions for the legend.
-
#title ⇒ Types::LabelOptions
The custom title for the legend.
-
#visibility ⇒ String
Determines whether or not the legend is visible.
-
#width ⇒ String
The width of the legend.
Instance Attribute Details
#height ⇒ String
The height of the legend. If this value is omitted, a default height is used when rendering.
19724 19725 19726 19727 19728 19729 19730 19731 19732 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19724 class LegendOptions < Struct.new( :visibility, :title, :position, :width, :height) SENSITIVE = [] include Aws::Structure end |
#position ⇒ String
The positions for the legend. Choose one of the following options:
-
‘AUTO`
-
‘RIGHT`
-
‘BOTTOM`
-
‘LEFT`
19724 19725 19726 19727 19728 19729 19730 19731 19732 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19724 class LegendOptions < Struct.new( :visibility, :title, :position, :width, :height) SENSITIVE = [] include Aws::Structure end |
#title ⇒ Types::LabelOptions
The custom title for the legend.
19724 19725 19726 19727 19728 19729 19730 19731 19732 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19724 class LegendOptions < Struct.new( :visibility, :title, :position, :width, :height) SENSITIVE = [] include Aws::Structure end |
#visibility ⇒ String
Determines whether or not the legend is visible.
19724 19725 19726 19727 19728 19729 19730 19731 19732 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19724 class LegendOptions < Struct.new( :visibility, :title, :position, :width, :height) SENSITIVE = [] include Aws::Structure end |
#width ⇒ String
The width of the legend. If this value is omitted, a default width is used when rendering.
19724 19725 19726 19727 19728 19729 19730 19731 19732 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19724 class LegendOptions < Struct.new( :visibility, :title, :position, :width, :height) SENSITIVE = [] include Aws::Structure end |