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.
8633 8634 8635 |
# File 'sig/types.rbs', line 8633 def @category_label_options end |
#contribution_analysis_defaults ⇒ ::Array[Types::ContributionAnalysisDefault]
Returns the value of attribute contribution_analysis_defaults.
8639 8640 8641 |
# File 'sig/types.rbs', line 8639 def contribution_analysis_defaults @contribution_analysis_defaults end |
#data_labels ⇒ Types::DataLabelOptions
Returns the value of attribute data_labels.
8636 8637 8638 |
# File 'sig/types.rbs', line 8636 def data_labels @data_labels end |
#donut_options ⇒ Types::DonutOptions
Returns the value of attribute donut_options.
8631 8632 8633 |
# File 'sig/types.rbs', line 8631 def @donut_options end |
#field_wells ⇒ Types::PieChartFieldWells
Returns the value of attribute field_wells.
8629 8630 8631 |
# File 'sig/types.rbs', line 8629 def field_wells @field_wells end |
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
8640 8641 8642 |
# File 'sig/types.rbs', line 8640 def interactions @interactions end |
#legend ⇒ Types::LegendOptions
Returns the value of attribute legend.
8635 8636 8637 |
# File 'sig/types.rbs', line 8635 def legend @legend end |
#small_multiples_options ⇒ Types::SmallMultiplesOptions
Returns the value of attribute small_multiples_options.
8632 8633 8634 |
# File 'sig/types.rbs', line 8632 def @small_multiples_options end |
#sort_configuration ⇒ Types::PieChartSortConfiguration
Returns the value of attribute sort_configuration.
8630 8631 8632 |
# File 'sig/types.rbs', line 8630 def sort_configuration @sort_configuration end |
#tooltip ⇒ Types::TooltipOptions
Returns the value of attribute tooltip.
8637 8638 8639 |
# File 'sig/types.rbs', line 8637 def tooltip @tooltip end |
#value_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute value_label_options.
8634 8635 8636 |
# File 'sig/types.rbs', line 8634 def @value_label_options end |
#visual_palette ⇒ Types::VisualPalette
Returns the value of attribute visual_palette.
8638 8639 8640 |
# File 'sig/types.rbs', line 8638 def visual_palette @visual_palette end |