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

#height ⇒ String

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

Returns:

  • (String)


30189
30190
30191
30192
30193
30194
30195
30196
30197
30198
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30189

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

#position ⇒ String

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

  • AUTO

  • RIGHT

  • BOTTOM

  • LEFT

Returns:

  • (String)


30189
30190
30191
30192
30193
30194
30195
30196
30197
30198
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30189

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

#title ⇒ Types::LabelOptions

The custom title for the legend.

Returns:



30189
30190
30191
30192
30193
30194
30195
30196
30197
30198
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30189

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

#value_font_configuration ⇒ Types::FontConfiguration

Configures the display properties of the given text.



30189
30190
30191
30192
30193
30194
30195
30196
30197
30198
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30189

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

#visibility ⇒ String

Determines whether or not the legend is visible.

Returns:

  • (String)


30189
30190
30191
30192
30193
30194
30195
30196
30197
30198
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30189

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

#width ⇒ String

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

Returns:

  • (String)


30189
30190
30191
30192
30193
30194
30195
30196
30197
30198
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30189

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