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.
5894 5895 5896 |
# File 'sig/types.rbs', line 5894 def @category_label_options end |
#data_label_options ⇒ Types::FunnelChartDataLabelOptions
Returns the value of attribute data_label_options.
5897 5898 5899 |
# File 'sig/types.rbs', line 5897 def @data_label_options end |
#field_wells ⇒ Types::FunnelChartFieldWells
Returns the value of attribute field_wells.
5892 5893 5894 |
# File 'sig/types.rbs', line 5892 def field_wells @field_wells end |
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
5899 5900 5901 |
# File 'sig/types.rbs', line 5899 def interactions @interactions end |
#sort_configuration ⇒ Types::FunnelChartSortConfiguration
Returns the value of attribute sort_configuration.
5893 5894 5895 |
# File 'sig/types.rbs', line 5893 def sort_configuration @sort_configuration end |
#tooltip ⇒ Types::TooltipOptions
Returns the value of attribute tooltip.
5896 5897 5898 |
# File 'sig/types.rbs', line 5896 def tooltip @tooltip end |
#value_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute value_label_options.
5895 5896 5897 |
# File 'sig/types.rbs', line 5895 def @value_label_options end |
#visual_palette ⇒ Types::VisualPalette
Returns the value of attribute visual_palette.
5898 5899 5900 |
# File 'sig/types.rbs', line 5898 def visual_palette @visual_palette end |