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)


18112
18113
18114
18115
18116
18117
18118
18119
18120
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18112

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)


18112
18113
18114
18115
18116
18117
18118
18119
18120
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18112

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

#titleTypes::LabelOptions

The custom title for the legend.

Returns:



18112
18113
18114
18115
18116
18117
18118
18119
18120
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18112

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)


18112
18113
18114
18115
18116
18117
18118
18119
18120
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18112

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)


18112
18113
18114
18115
18116
18117
18118
18119
18120
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18112

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