Class: Aws::Types::TreeMapConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::TreeMapConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#color_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute color_label_options.
-
#color_scale ⇒ Types::ColorScale
Returns the value of attribute color_scale.
-
#data_labels ⇒ Types::DataLabelOptions
Returns the value of attribute data_labels.
-
#field_wells ⇒ Types::TreeMapFieldWells
Returns the value of attribute field_wells.
-
#group_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute group_label_options.
-
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
-
#legend ⇒ Types::LegendOptions
Returns the value of attribute legend.
-
#size_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute size_label_options.
-
#sort_configuration ⇒ Types::TreeMapSortConfiguration
Returns the value of attribute sort_configuration.
-
#tooltip ⇒ Types::TooltipOptions
Returns the value of attribute tooltip.
Instance Attribute Details
#color_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute color_label_options.
11681 11682 11683 |
# File 'sig/types.rbs', line 11681 def @color_label_options end |
#color_scale ⇒ Types::ColorScale
Returns the value of attribute color_scale.
11682 11683 11684 |
# File 'sig/types.rbs', line 11682 def color_scale @color_scale end |
#data_labels ⇒ Types::DataLabelOptions
Returns the value of attribute data_labels.
11684 11685 11686 |
# File 'sig/types.rbs', line 11684 def data_labels @data_labels end |
#field_wells ⇒ Types::TreeMapFieldWells
Returns the value of attribute field_wells.
11677 11678 11679 |
# File 'sig/types.rbs', line 11677 def field_wells @field_wells end |
#group_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute group_label_options.
11679 11680 11681 |
# File 'sig/types.rbs', line 11679 def @group_label_options end |
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
11686 11687 11688 |
# File 'sig/types.rbs', line 11686 def interactions @interactions end |
#legend ⇒ Types::LegendOptions
Returns the value of attribute legend.
11683 11684 11685 |
# File 'sig/types.rbs', line 11683 def legend @legend end |
#size_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute size_label_options.
11680 11681 11682 |
# File 'sig/types.rbs', line 11680 def @size_label_options end |
#sort_configuration ⇒ Types::TreeMapSortConfiguration
Returns the value of attribute sort_configuration.
11678 11679 11680 |
# File 'sig/types.rbs', line 11678 def sort_configuration @sort_configuration end |
#tooltip ⇒ Types::TooltipOptions
Returns the value of attribute tooltip.
11685 11686 11687 |
# File 'sig/types.rbs', line 11685 def tooltip @tooltip end |