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.
12071 12072 12073 |
# File 'sig/types.rbs', line 12071 def @color_label_options end |
#color_scale ⇒ Types::ColorScale
Returns the value of attribute color_scale.
12072 12073 12074 |
# File 'sig/types.rbs', line 12072 def color_scale @color_scale end |
#data_labels ⇒ Types::DataLabelOptions
Returns the value of attribute data_labels.
12074 12075 12076 |
# File 'sig/types.rbs', line 12074 def data_labels @data_labels end |
#field_wells ⇒ Types::TreeMapFieldWells
Returns the value of attribute field_wells.
12067 12068 12069 |
# File 'sig/types.rbs', line 12067 def field_wells @field_wells end |
#group_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute group_label_options.
12069 12070 12071 |
# File 'sig/types.rbs', line 12069 def @group_label_options end |
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
12076 12077 12078 |
# File 'sig/types.rbs', line 12076 def interactions @interactions end |
#legend ⇒ Types::LegendOptions
Returns the value of attribute legend.
12073 12074 12075 |
# File 'sig/types.rbs', line 12073 def legend @legend end |
#size_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute size_label_options.
12070 12071 12072 |
# File 'sig/types.rbs', line 12070 def @size_label_options end |
#sort_configuration ⇒ Types::TreeMapSortConfiguration
Returns the value of attribute sort_configuration.
12068 12069 12070 |
# File 'sig/types.rbs', line 12068 def sort_configuration @sort_configuration end |
#tooltip ⇒ Types::TooltipOptions
Returns the value of attribute tooltip.
12075 12076 12077 |
# File 'sig/types.rbs', line 12075 def tooltip @tooltip end |