Class: Aws::QuickSight::Types::LegendOptions

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#heightString

The height of the legend. If this value is omitted, a default height is used when rendering.

Returns:

  • (String)


18695
18696
18697
18698
18699
18700
18701
18702
18703
# File 'lib/aws-sdk-quicksight/types.rb', line 18695

class LegendOptions < Struct.new(
  :visibility,
  :title,
  :position,
  :width,
  :height)
  SENSITIVE = []
  include Aws::Structure
end

#positionString

The positions for the legend. Choose one of the following options:

  • ‘AUTO`

  • ‘RIGHT`

  • ‘BOTTOM`

  • ‘LEFT`

Returns:

  • (String)


18695
18696
18697
18698
18699
18700
18701
18702
18703
# File 'lib/aws-sdk-quicksight/types.rb', line 18695

class LegendOptions < Struct.new(
  :visibility,
  :title,
  :position,
  :width,
  :height)
  SENSITIVE = []
  include Aws::Structure
end

#titleTypes::LabelOptions

The custom title for the legend.

Returns:



18695
18696
18697
18698
18699
18700
18701
18702
18703
# File 'lib/aws-sdk-quicksight/types.rb', line 18695

class LegendOptions < Struct.new(
  :visibility,
  :title,
  :position,
  :width,
  :height)
  SENSITIVE = []
  include Aws::Structure
end

#visibilityString

Determines whether or not the legend is visible.

Returns:

  • (String)


18695
18696
18697
18698
18699
18700
18701
18702
18703
# File 'lib/aws-sdk-quicksight/types.rb', line 18695

class LegendOptions < Struct.new(
  :visibility,
  :title,
  :position,
  :width,
  :height)
  SENSITIVE = []
  include Aws::Structure
end

#widthString

The width of the legend. If this value is omitted, a default width is used when rendering.

Returns:

  • (String)


18695
18696
18697
18698
18699
18700
18701
18702
18703
# File 'lib/aws-sdk-quicksight/types.rb', line 18695

class LegendOptions < Struct.new(
  :visibility,
  :title,
  :position,
  :width,
  :height)
  SENSITIVE = []
  include Aws::Structure
end