Class: Aws::QuickSight::Types::HistogramConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::QuickSight::Types::HistogramConfiguration
 
 
- Defined in:
 - gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
 
Overview
The configuration for a HistogramVisual.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #bin_options  ⇒ Types::HistogramBinOptions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The options that determine the presentation of histogram bins.
 - 
  
    
      #data_labels  ⇒ Types::DataLabelOptions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The data label configuration of a histogram.
 - 
  
    
      #field_wells  ⇒ Types::HistogramFieldWells 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The field well configuration of a histogram.
 - 
  
    
      #interactions  ⇒ Types::VisualInteractionOptions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The general visual interactions setup for a visual.
 - 
  
    
      #tooltip  ⇒ Types::TooltipOptions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The tooltip configuration of a histogram.
 - 
  
    
      #visual_palette  ⇒ Types::VisualPalette 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The visual palette configuration of a histogram.
 - 
  
    
      #x_axis_display_options  ⇒ Types::AxisDisplayOptions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The options that determine the presentation of the x-axis.
 - 
  
    
      #x_axis_label_options  ⇒ Types::ChartAxisLabelOptions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The options that determine the presentation of the x-axis label.
 - 
  
    
      #y_axis_display_options  ⇒ Types::AxisDisplayOptions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The options that determine the presentation of the y-axis.
 
Instance Attribute Details
#bin_options ⇒ Types::HistogramBinOptions
The options that determine the presentation of histogram bins.
      20869 20870 20871 20872 20873 20874 20875 20876 20877 20878 20879 20880 20881  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20869 class HistogramConfiguration < Struct.new( :field_wells, :x_axis_display_options, :x_axis_label_options, :y_axis_display_options, :bin_options, :data_labels, :tooltip, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end  | 
  
#data_labels ⇒ Types::DataLabelOptions
The data label configuration of a histogram.
      20869 20870 20871 20872 20873 20874 20875 20876 20877 20878 20879 20880 20881  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20869 class HistogramConfiguration < Struct.new( :field_wells, :x_axis_display_options, :x_axis_label_options, :y_axis_display_options, :bin_options, :data_labels, :tooltip, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end  | 
  
#field_wells ⇒ Types::HistogramFieldWells
The field well configuration of a histogram.
      20869 20870 20871 20872 20873 20874 20875 20876 20877 20878 20879 20880 20881  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20869 class HistogramConfiguration < Struct.new( :field_wells, :x_axis_display_options, :x_axis_label_options, :y_axis_display_options, :bin_options, :data_labels, :tooltip, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end  | 
  
#interactions ⇒ Types::VisualInteractionOptions
The general visual interactions setup for a visual.
      20869 20870 20871 20872 20873 20874 20875 20876 20877 20878 20879 20880 20881  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20869 class HistogramConfiguration < Struct.new( :field_wells, :x_axis_display_options, :x_axis_label_options, :y_axis_display_options, :bin_options, :data_labels, :tooltip, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end  | 
  
#tooltip ⇒ Types::TooltipOptions
The tooltip configuration of a histogram.
      20869 20870 20871 20872 20873 20874 20875 20876 20877 20878 20879 20880 20881  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20869 class HistogramConfiguration < Struct.new( :field_wells, :x_axis_display_options, :x_axis_label_options, :y_axis_display_options, :bin_options, :data_labels, :tooltip, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end  | 
  
#visual_palette ⇒ Types::VisualPalette
The visual palette configuration of a histogram.
      20869 20870 20871 20872 20873 20874 20875 20876 20877 20878 20879 20880 20881  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20869 class HistogramConfiguration < Struct.new( :field_wells, :x_axis_display_options, :x_axis_label_options, :y_axis_display_options, :bin_options, :data_labels, :tooltip, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end  | 
  
#x_axis_display_options ⇒ Types::AxisDisplayOptions
The options that determine the presentation of the x-axis.
      20869 20870 20871 20872 20873 20874 20875 20876 20877 20878 20879 20880 20881  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20869 class HistogramConfiguration < Struct.new( :field_wells, :x_axis_display_options, :x_axis_label_options, :y_axis_display_options, :bin_options, :data_labels, :tooltip, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end  | 
  
#x_axis_label_options ⇒ Types::ChartAxisLabelOptions
The options that determine the presentation of the x-axis label.
      20869 20870 20871 20872 20873 20874 20875 20876 20877 20878 20879 20880 20881  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20869 class HistogramConfiguration < Struct.new( :field_wells, :x_axis_display_options, :x_axis_label_options, :y_axis_display_options, :bin_options, :data_labels, :tooltip, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end  | 
  
#y_axis_display_options ⇒ Types::AxisDisplayOptions
The options that determine the presentation of the y-axis.
      20869 20870 20871 20872 20873 20874 20875 20876 20877 20878 20879 20880 20881  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20869 class HistogramConfiguration < Struct.new( :field_wells, :x_axis_display_options, :x_axis_label_options, :y_axis_display_options, :bin_options, :data_labels, :tooltip, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end  |