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)


20687
20688
20689
20690
20691
20692
20693
20694
20695
20696
# File 'lib/aws-sdk-quicksight/types.rb', line 20687

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)


20687
20688
20689
20690
20691
20692
20693
20694
20695
20696
# File 'lib/aws-sdk-quicksight/types.rb', line 20687

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:



20687
20688
20689
20690
20691
20692
20693
20694
20695
20696
# File 'lib/aws-sdk-quicksight/types.rb', line 20687

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.



20687
20688
20689
20690
20691
20692
20693
20694
20695
20696
# File 'lib/aws-sdk-quicksight/types.rb', line 20687

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)


20687
20688
20689
20690
20691
20692
20693
20694
20695
20696
# File 'lib/aws-sdk-quicksight/types.rb', line 20687

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)


20687
20688
20689
20690
20691
20692
20693
20694
20695
20696
# File 'lib/aws-sdk-quicksight/types.rb', line 20687

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