Class: Aws::QuickSight::Types::BarChartConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::BarChartConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The configuration of a ‘BarChartVisual`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bars_arrangement ⇒ String
Determines the arrangement of the bars.
-
#category_axis ⇒ Types::AxisDisplayOptions
The label display options (grid line, range, scale, axis step) for bar chart category.
-
#category_label_options ⇒ Types::ChartAxisLabelOptions
The label options (label text, label visibility and sort icon visibility) for a bar chart.
-
#color_label_options ⇒ Types::ChartAxisLabelOptions
The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar 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.
-
#field_wells ⇒ Types::BarChartFieldWells
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.
-
#orientation ⇒ String
The orientation of the bars in a bar chart visual.
-
#reference_lines ⇒ Array<Types::ReferenceLine>
The reference line setup of the visual.
-
#small_multiples_options ⇒ Types::SmallMultiplesOptions
The small multiples setup for the visual.
-
#sort_configuration ⇒ Types::BarChartSortConfiguration
The sort configuration of a ‘BarChartVisual`.
-
#tooltip ⇒ Types::TooltipOptions
The tooltip display setup of the visual.
-
#value_axis ⇒ Types::AxisDisplayOptions
The label display options (grid line, range, scale, axis step) for a bar chart value.
-
#value_label_options ⇒ Types::ChartAxisLabelOptions
The label options (label text, label visibility and sort icon visibility) for a bar chart value.
-
#visual_palette ⇒ Types::VisualPalette
The palette (chart color) display setup of the visual.
Instance Attribute Details
#bars_arrangement ⇒ String
Determines the arrangement of the bars. The orientation and arrangement of bars determine the type of bar that is used in the visual.
2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2789 class BarChartConfiguration < Struct.new( :field_wells, :sort_configuration, :orientation, :bars_arrangement, :visual_palette, :small_multiples_options, :category_axis, :category_label_options, :value_axis, :value_label_options, :color_label_options, :legend, :data_labels, :tooltip, :reference_lines, :contribution_analysis_defaults, :interactions) SENSITIVE = [] include Aws::Structure end |
#category_axis ⇒ Types::AxisDisplayOptions
The label display options (grid line, range, scale, axis step) for bar chart category.
2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2789 class BarChartConfiguration < Struct.new( :field_wells, :sort_configuration, :orientation, :bars_arrangement, :visual_palette, :small_multiples_options, :category_axis, :category_label_options, :value_axis, :value_label_options, :color_label_options, :legend, :data_labels, :tooltip, :reference_lines, :contribution_analysis_defaults, :interactions) SENSITIVE = [] include Aws::Structure end |
#category_label_options ⇒ Types::ChartAxisLabelOptions
The label options (label text, label visibility and sort icon visibility) for a bar chart.
2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2789 class BarChartConfiguration < Struct.new( :field_wells, :sort_configuration, :orientation, :bars_arrangement, :visual_palette, :small_multiples_options, :category_axis, :category_label_options, :value_axis, :value_label_options, :color_label_options, :legend, :data_labels, :tooltip, :reference_lines, :contribution_analysis_defaults, :interactions) SENSITIVE = [] include Aws::Structure end |
#color_label_options ⇒ Types::ChartAxisLabelOptions
The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.
2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2789 class BarChartConfiguration < Struct.new( :field_wells, :sort_configuration, :orientation, :bars_arrangement, :visual_palette, :small_multiples_options, :category_axis, :category_label_options, :value_axis, :value_label_options, :color_label_options, :legend, :data_labels, :tooltip, :reference_lines, :contribution_analysis_defaults, :interactions) SENSITIVE = [] include Aws::Structure end |
#contribution_analysis_defaults ⇒ Array<Types::ContributionAnalysisDefault>
The contribution analysis (anomaly configuration) setup of the visual.
2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2789 class BarChartConfiguration < Struct.new( :field_wells, :sort_configuration, :orientation, :bars_arrangement, :visual_palette, :small_multiples_options, :category_axis, :category_label_options, :value_axis, :value_label_options, :color_label_options, :legend, :data_labels, :tooltip, :reference_lines, :contribution_analysis_defaults, :interactions) SENSITIVE = [] include Aws::Structure end |
#data_labels ⇒ Types::DataLabelOptions
The options that determine if visual data labels are displayed.
2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2789 class BarChartConfiguration < Struct.new( :field_wells, :sort_configuration, :orientation, :bars_arrangement, :visual_palette, :small_multiples_options, :category_axis, :category_label_options, :value_axis, :value_label_options, :color_label_options, :legend, :data_labels, :tooltip, :reference_lines, :contribution_analysis_defaults, :interactions) SENSITIVE = [] include Aws::Structure end |
#field_wells ⇒ Types::BarChartFieldWells
The field wells of the visual.
2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2789 class BarChartConfiguration < Struct.new( :field_wells, :sort_configuration, :orientation, :bars_arrangement, :visual_palette, :small_multiples_options, :category_axis, :category_label_options, :value_axis, :value_label_options, :color_label_options, :legend, :data_labels, :tooltip, :reference_lines, :contribution_analysis_defaults, :interactions) SENSITIVE = [] include Aws::Structure end |
#interactions ⇒ Types::VisualInteractionOptions
The general visual interactions setup for a visual.
2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2789 class BarChartConfiguration < Struct.new( :field_wells, :sort_configuration, :orientation, :bars_arrangement, :visual_palette, :small_multiples_options, :category_axis, :category_label_options, :value_axis, :value_label_options, :color_label_options, :legend, :data_labels, :tooltip, :reference_lines, :contribution_analysis_defaults, :interactions) SENSITIVE = [] include Aws::Structure end |
#legend ⇒ Types::LegendOptions
The legend display setup of the visual.
2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2789 class BarChartConfiguration < Struct.new( :field_wells, :sort_configuration, :orientation, :bars_arrangement, :visual_palette, :small_multiples_options, :category_axis, :category_label_options, :value_axis, :value_label_options, :color_label_options, :legend, :data_labels, :tooltip, :reference_lines, :contribution_analysis_defaults, :interactions) SENSITIVE = [] include Aws::Structure end |
#orientation ⇒ String
The orientation of the bars in a bar chart visual. There are two valid values in this structure:
-
‘HORIZONTAL`: Used for charts that have horizontal bars. Visuals that use this value are horizontal bar charts, horizontal stacked bar charts, and horizontal stacked 100% bar charts.
-
‘VERTICAL`: Used for charts that have vertical bars. Visuals that use this value are vertical bar charts, vertical stacked bar charts, and vertical stacked 100% bar charts.
2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2789 class BarChartConfiguration < Struct.new( :field_wells, :sort_configuration, :orientation, :bars_arrangement, :visual_palette, :small_multiples_options, :category_axis, :category_label_options, :value_axis, :value_label_options, :color_label_options, :legend, :data_labels, :tooltip, :reference_lines, :contribution_analysis_defaults, :interactions) SENSITIVE = [] include Aws::Structure end |
#reference_lines ⇒ Array<Types::ReferenceLine>
The reference line setup of the visual.
2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2789 class BarChartConfiguration < Struct.new( :field_wells, :sort_configuration, :orientation, :bars_arrangement, :visual_palette, :small_multiples_options, :category_axis, :category_label_options, :value_axis, :value_label_options, :color_label_options, :legend, :data_labels, :tooltip, :reference_lines, :contribution_analysis_defaults, :interactions) SENSITIVE = [] include Aws::Structure end |
#small_multiples_options ⇒ Types::SmallMultiplesOptions
The small multiples setup for the visual.
2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2789 class BarChartConfiguration < Struct.new( :field_wells, :sort_configuration, :orientation, :bars_arrangement, :visual_palette, :small_multiples_options, :category_axis, :category_label_options, :value_axis, :value_label_options, :color_label_options, :legend, :data_labels, :tooltip, :reference_lines, :contribution_analysis_defaults, :interactions) SENSITIVE = [] include Aws::Structure end |
#sort_configuration ⇒ Types::BarChartSortConfiguration
The sort configuration of a ‘BarChartVisual`.
2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2789 class BarChartConfiguration < Struct.new( :field_wells, :sort_configuration, :orientation, :bars_arrangement, :visual_palette, :small_multiples_options, :category_axis, :category_label_options, :value_axis, :value_label_options, :color_label_options, :legend, :data_labels, :tooltip, :reference_lines, :contribution_analysis_defaults, :interactions) SENSITIVE = [] include Aws::Structure end |
#tooltip ⇒ Types::TooltipOptions
The tooltip display setup of the visual.
2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2789 class BarChartConfiguration < Struct.new( :field_wells, :sort_configuration, :orientation, :bars_arrangement, :visual_palette, :small_multiples_options, :category_axis, :category_label_options, :value_axis, :value_label_options, :color_label_options, :legend, :data_labels, :tooltip, :reference_lines, :contribution_analysis_defaults, :interactions) SENSITIVE = [] include Aws::Structure end |
#value_axis ⇒ Types::AxisDisplayOptions
The label display options (grid line, range, scale, axis step) for a bar chart value.
2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2789 class BarChartConfiguration < Struct.new( :field_wells, :sort_configuration, :orientation, :bars_arrangement, :visual_palette, :small_multiples_options, :category_axis, :category_label_options, :value_axis, :value_label_options, :color_label_options, :legend, :data_labels, :tooltip, :reference_lines, :contribution_analysis_defaults, :interactions) SENSITIVE = [] include Aws::Structure end |
#value_label_options ⇒ Types::ChartAxisLabelOptions
The label options (label text, label visibility and sort icon visibility) for a bar chart value.
2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2789 class BarChartConfiguration < Struct.new( :field_wells, :sort_configuration, :orientation, :bars_arrangement, :visual_palette, :small_multiples_options, :category_axis, :category_label_options, :value_axis, :value_label_options, :color_label_options, :legend, :data_labels, :tooltip, :reference_lines, :contribution_analysis_defaults, :interactions) SENSITIVE = [] include Aws::Structure end |
#visual_palette ⇒ Types::VisualPalette
The palette (chart color) display setup of the visual.
2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2789 class BarChartConfiguration < Struct.new( :field_wells, :sort_configuration, :orientation, :bars_arrangement, :visual_palette, :small_multiples_options, :category_axis, :category_label_options, :value_axis, :value_label_options, :color_label_options, :legend, :data_labels, :tooltip, :reference_lines, :contribution_analysis_defaults, :interactions) SENSITIVE = [] include Aws::Structure end |