Class: Aws::QuickSight::Types::PieChartConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::PieChartConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The configuration of a pie chart.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#category_label_options ⇒ Types::ChartAxisLabelOptions
The label options of the group/color that is displayed in a pie chart.
-
#contribution_analysis_defaults ⇒ Array<Types::ContributionAnalysisDefault>
The contribution analysis (anomaly configuration) setup of the visual.
-
#data_labels ⇒ Types::DataLabelOptions
The options that determine if visual data labels are displayed.
-
#donut_options ⇒ Types::DonutOptions
The options that determine the shape of the chart.
-
#field_wells ⇒ Types::PieChartFieldWells
The field wells of the visual.
-
#interactions ⇒ Types::VisualInteractionOptions
The general visual interactions setup for a visual.
-
#legend ⇒ Types::LegendOptions
The legend display setup of the visual.
-
#small_multiples_options ⇒ Types::SmallMultiplesOptions
The small multiples setup for the visual.
-
#sort_configuration ⇒ Types::PieChartSortConfiguration
The sort configuration of a pie chart.
-
#tooltip ⇒ Types::TooltipOptions
The tooltip display setup of the visual.
-
#value_label_options ⇒ Types::ChartAxisLabelOptions
The label options for the value that is displayed in a pie chart.
-
#visual_palette ⇒ Types::VisualPalette
The palette (chart color) display setup of the visual.
Instance Attribute Details
#category_label_options ⇒ Types::ChartAxisLabelOptions
The label options of the group/color that is displayed in a pie chart.
24128 24129 24130 24131 24132 24133 24134 24135 24136 24137 24138 24139 24140 24141 24142 24143 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24128 class PieChartConfiguration < Struct.new( :field_wells, :sort_configuration, :donut_options, :small_multiples_options, :category_label_options, :value_label_options, :legend, :data_labels, :tooltip, :visual_palette, :contribution_analysis_defaults, :interactions) SENSITIVE = [] include Aws::Structure end |
#contribution_analysis_defaults ⇒ Array<Types::ContributionAnalysisDefault>
The contribution analysis (anomaly configuration) setup of the visual.
24128 24129 24130 24131 24132 24133 24134 24135 24136 24137 24138 24139 24140 24141 24142 24143 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24128 class PieChartConfiguration < Struct.new( :field_wells, :sort_configuration, :donut_options, :small_multiples_options, :category_label_options, :value_label_options, :legend, :data_labels, :tooltip, :visual_palette, :contribution_analysis_defaults, :interactions) SENSITIVE = [] include Aws::Structure end |
#data_labels ⇒ Types::DataLabelOptions
The options that determine if visual data labels are displayed.
24128 24129 24130 24131 24132 24133 24134 24135 24136 24137 24138 24139 24140 24141 24142 24143 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24128 class PieChartConfiguration < Struct.new( :field_wells, :sort_configuration, :donut_options, :small_multiples_options, :category_label_options, :value_label_options, :legend, :data_labels, :tooltip, :visual_palette, :contribution_analysis_defaults, :interactions) SENSITIVE = [] include Aws::Structure end |
#donut_options ⇒ Types::DonutOptions
The options that determine the shape of the chart. This option determines whether the chart is a pie chart or a donut chart.
24128 24129 24130 24131 24132 24133 24134 24135 24136 24137 24138 24139 24140 24141 24142 24143 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24128 class PieChartConfiguration < Struct.new( :field_wells, :sort_configuration, :donut_options, :small_multiples_options, :category_label_options, :value_label_options, :legend, :data_labels, :tooltip, :visual_palette, :contribution_analysis_defaults, :interactions) SENSITIVE = [] include Aws::Structure end |
#field_wells ⇒ Types::PieChartFieldWells
The field wells of the visual.
24128 24129 24130 24131 24132 24133 24134 24135 24136 24137 24138 24139 24140 24141 24142 24143 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24128 class PieChartConfiguration < Struct.new( :field_wells, :sort_configuration, :donut_options, :small_multiples_options, :category_label_options, :value_label_options, :legend, :data_labels, :tooltip, :visual_palette, :contribution_analysis_defaults, :interactions) SENSITIVE = [] include Aws::Structure end |
#interactions ⇒ Types::VisualInteractionOptions
The general visual interactions setup for a visual.
24128 24129 24130 24131 24132 24133 24134 24135 24136 24137 24138 24139 24140 24141 24142 24143 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24128 class PieChartConfiguration < Struct.new( :field_wells, :sort_configuration, :donut_options, :small_multiples_options, :category_label_options, :value_label_options, :legend, :data_labels, :tooltip, :visual_palette, :contribution_analysis_defaults, :interactions) SENSITIVE = [] include Aws::Structure end |
#legend ⇒ Types::LegendOptions
The legend display setup of the visual.
24128 24129 24130 24131 24132 24133 24134 24135 24136 24137 24138 24139 24140 24141 24142 24143 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24128 class PieChartConfiguration < Struct.new( :field_wells, :sort_configuration, :donut_options, :small_multiples_options, :category_label_options, :value_label_options, :legend, :data_labels, :tooltip, :visual_palette, :contribution_analysis_defaults, :interactions) SENSITIVE = [] include Aws::Structure end |
#small_multiples_options ⇒ Types::SmallMultiplesOptions
The small multiples setup for the visual.
24128 24129 24130 24131 24132 24133 24134 24135 24136 24137 24138 24139 24140 24141 24142 24143 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24128 class PieChartConfiguration < Struct.new( :field_wells, :sort_configuration, :donut_options, :small_multiples_options, :category_label_options, :value_label_options, :legend, :data_labels, :tooltip, :visual_palette, :contribution_analysis_defaults, :interactions) SENSITIVE = [] include Aws::Structure end |
#sort_configuration ⇒ Types::PieChartSortConfiguration
The sort configuration of a pie chart.
24128 24129 24130 24131 24132 24133 24134 24135 24136 24137 24138 24139 24140 24141 24142 24143 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24128 class PieChartConfiguration < Struct.new( :field_wells, :sort_configuration, :donut_options, :small_multiples_options, :category_label_options, :value_label_options, :legend, :data_labels, :tooltip, :visual_palette, :contribution_analysis_defaults, :interactions) SENSITIVE = [] include Aws::Structure end |
#tooltip ⇒ Types::TooltipOptions
The tooltip display setup of the visual.
24128 24129 24130 24131 24132 24133 24134 24135 24136 24137 24138 24139 24140 24141 24142 24143 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24128 class PieChartConfiguration < Struct.new( :field_wells, :sort_configuration, :donut_options, :small_multiples_options, :category_label_options, :value_label_options, :legend, :data_labels, :tooltip, :visual_palette, :contribution_analysis_defaults, :interactions) SENSITIVE = [] include Aws::Structure end |
#value_label_options ⇒ Types::ChartAxisLabelOptions
The label options for the value that is displayed in a pie chart.
24128 24129 24130 24131 24132 24133 24134 24135 24136 24137 24138 24139 24140 24141 24142 24143 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24128 class PieChartConfiguration < Struct.new( :field_wells, :sort_configuration, :donut_options, :small_multiples_options, :category_label_options, :value_label_options, :legend, :data_labels, :tooltip, :visual_palette, :contribution_analysis_defaults, :interactions) SENSITIVE = [] include Aws::Structure end |
#visual_palette ⇒ Types::VisualPalette
The palette (chart color) display setup of the visual.
24128 24129 24130 24131 24132 24133 24134 24135 24136 24137 24138 24139 24140 24141 24142 24143 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24128 class PieChartConfiguration < Struct.new( :field_wells, :sort_configuration, :donut_options, :small_multiples_options, :category_label_options, :value_label_options, :legend, :data_labels, :tooltip, :visual_palette, :contribution_analysis_defaults, :interactions) SENSITIVE = [] include Aws::Structure end |