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)


20971
20972
20973
20974
20975
20976
20977
20978
20979
20980
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20971

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

#positionString

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

  • AUTO

  • RIGHT

  • BOTTOM

  • LEFT

Returns:

  • (String)


20971
20972
20973
20974
20975
20976
20977
20978
20979
20980
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20971

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

#titleTypes::LabelOptions

The custom title for the legend.

Returns:



20971
20972
20973
20974
20975
20976
20977
20978
20979
20980
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20971

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

#value_font_configurationTypes::FontConfiguration

Configures the display properties of the given text.



20971
20972
20973
20974
20975
20976
20977
20978
20979
20980
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20971

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

#visibilityString

Determines whether or not the legend is visible.

Returns:

  • (String)


20971
20972
20973
20974
20975
20976
20977
20978
20979
20980
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20971

class LegendOptions < Struct.new(
  :visibility,
  :title,
  :position,
  :width,
  :height,
  :value_font_configuration)
  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)


20971
20972
20973
20974
20975
20976
20977
20978
20979
20980
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20971

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