Class: Aws::Types::PieChartConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::PieChartConfiguration
- 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.
-
#contribution_analysis_defaults ⇒ ::Array[Types::ContributionAnalysisDefault]
Returns the value of attribute contribution_analysis_defaults.
-
#data_labels ⇒ Types::DataLabelOptions
Returns the value of attribute data_labels.
-
#donut_options ⇒ Types::DonutOptions
Returns the value of attribute donut_options.
-
#field_wells ⇒ Types::PieChartFieldWells
Returns the value of attribute field_wells.
-
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
-
#legend ⇒ Types::LegendOptions
Returns the value of attribute legend.
-
#small_multiples_options ⇒ Types::SmallMultiplesOptions
Returns the value of attribute small_multiples_options.
-
#sort_configuration ⇒ Types::PieChartSortConfiguration
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.
8984 8985 8986 |
# File 'sig/types.rbs', line 8984 def @category_label_options end |
#contribution_analysis_defaults ⇒ ::Array[Types::ContributionAnalysisDefault]
Returns the value of attribute contribution_analysis_defaults.
8990 8991 8992 |
# File 'sig/types.rbs', line 8990 def contribution_analysis_defaults @contribution_analysis_defaults end |
#data_labels ⇒ Types::DataLabelOptions
Returns the value of attribute data_labels.
8987 8988 8989 |
# File 'sig/types.rbs', line 8987 def data_labels @data_labels end |
#donut_options ⇒ Types::DonutOptions
Returns the value of attribute donut_options.
8982 8983 8984 |
# File 'sig/types.rbs', line 8982 def @donut_options end |
#field_wells ⇒ Types::PieChartFieldWells
Returns the value of attribute field_wells.
8980 8981 8982 |
# File 'sig/types.rbs', line 8980 def field_wells @field_wells end |
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
8991 8992 8993 |
# File 'sig/types.rbs', line 8991 def interactions @interactions end |
#legend ⇒ Types::LegendOptions
Returns the value of attribute legend.
8986 8987 8988 |
# File 'sig/types.rbs', line 8986 def legend @legend end |
#small_multiples_options ⇒ Types::SmallMultiplesOptions
Returns the value of attribute small_multiples_options.
8983 8984 8985 |
# File 'sig/types.rbs', line 8983 def @small_multiples_options end |
#sort_configuration ⇒ Types::PieChartSortConfiguration
Returns the value of attribute sort_configuration.
8981 8982 8983 |
# File 'sig/types.rbs', line 8981 def sort_configuration @sort_configuration end |
#tooltip ⇒ Types::TooltipOptions
Returns the value of attribute tooltip.
8988 8989 8990 |
# File 'sig/types.rbs', line 8988 def tooltip @tooltip end |
#value_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute value_label_options.
8985 8986 8987 |
# File 'sig/types.rbs', line 8985 def @value_label_options end |
#visual_palette ⇒ Types::VisualPalette
Returns the value of attribute visual_palette.
8989 8990 8991 |
# File 'sig/types.rbs', line 8989 def visual_palette @visual_palette end |