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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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)


18029
18030
18031
18032
18033
18034
18035
18036
18037
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18029

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)


18029
18030
18031
18032
18033
18034
18035
18036
18037
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18029

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

#titleTypes::LabelOptions

The custom title for the legend.

Returns:



18029
18030
18031
18032
18033
18034
18035
18036
18037
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18029

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)


18029
18030
18031
18032
18033
18034
18035
18036
18037
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18029

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)


18029
18030
18031
18032
18033
18034
18035
18036
18037
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18029

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