Class: Aws::Types::FunnelChartConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::FunnelChartConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#category_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute category_label_options.
-
#data_label_options ⇒ Types::FunnelChartDataLabelOptions
Returns the value of attribute data_label_options.
-
#field_wells ⇒ Types::FunnelChartFieldWells
Returns the value of attribute field_wells.
-
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
-
#sort_configuration ⇒ Types::FunnelChartSortConfiguration
Returns the value of attribute sort_configuration.
-
#tooltip ⇒ Types::TooltipOptions
Returns the value of attribute tooltip.
-
#value_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute value_label_options.
-
#visual_palette ⇒ Types::VisualPalette
Returns the value of attribute visual_palette.
Instance Attribute Details
#category_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute category_label_options.
6160 6161 6162 |
# File 'sig/types.rbs', line 6160 def @category_label_options end |
#data_label_options ⇒ Types::FunnelChartDataLabelOptions
Returns the value of attribute data_label_options.
6163 6164 6165 |
# File 'sig/types.rbs', line 6163 def @data_label_options end |
#field_wells ⇒ Types::FunnelChartFieldWells
Returns the value of attribute field_wells.
6158 6159 6160 |
# File 'sig/types.rbs', line 6158 def field_wells @field_wells end |
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
6165 6166 6167 |
# File 'sig/types.rbs', line 6165 def interactions @interactions end |
#sort_configuration ⇒ Types::FunnelChartSortConfiguration
Returns the value of attribute sort_configuration.
6159 6160 6161 |
# File 'sig/types.rbs', line 6159 def sort_configuration @sort_configuration end |
#tooltip ⇒ Types::TooltipOptions
Returns the value of attribute tooltip.
6162 6163 6164 |
# File 'sig/types.rbs', line 6162 def tooltip @tooltip end |
#value_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute value_label_options.
6161 6162 6163 |
# File 'sig/types.rbs', line 6161 def @value_label_options end |
#visual_palette ⇒ Types::VisualPalette
Returns the value of attribute visual_palette.
6164 6165 6166 |
# File 'sig/types.rbs', line 6164 def visual_palette @visual_palette end |