Class: Aws::QuickSight::Types::HistogramConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The configuration for a ‘HistogramVisual`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bin_optionsTypes::HistogramBinOptions

The options that determine the presentation of histogram bins.



16902
16903
16904
16905
16906
16907
16908
16909
16910
16911
16912
16913
16914
# File 'lib/aws-sdk-quicksight/types.rb', line 16902

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_labelsTypes::DataLabelOptions

The data label configuration of a histogram.



16902
16903
16904
16905
16906
16907
16908
16909
16910
16911
16912
16913
16914
# File 'lib/aws-sdk-quicksight/types.rb', line 16902

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_wellsTypes::HistogramFieldWells

The field well configuration of a histogram.



16902
16903
16904
16905
16906
16907
16908
16909
16910
16911
16912
16913
16914
# File 'lib/aws-sdk-quicksight/types.rb', line 16902

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

#interactionsTypes::VisualInteractionOptions

The general visual interactions setup for a visual.



16902
16903
16904
16905
16906
16907
16908
16909
16910
16911
16912
16913
16914
# File 'lib/aws-sdk-quicksight/types.rb', line 16902

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

#tooltipTypes::TooltipOptions

The tooltip configuration of a histogram.



16902
16903
16904
16905
16906
16907
16908
16909
16910
16911
16912
16913
16914
# File 'lib/aws-sdk-quicksight/types.rb', line 16902

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_paletteTypes::VisualPalette

The visual palette configuration of a histogram.



16902
16903
16904
16905
16906
16907
16908
16909
16910
16911
16912
16913
16914
# File 'lib/aws-sdk-quicksight/types.rb', line 16902

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_optionsTypes::AxisDisplayOptions

The options that determine the presentation of the x-axis.



16902
16903
16904
16905
16906
16907
16908
16909
16910
16911
16912
16913
16914
# File 'lib/aws-sdk-quicksight/types.rb', line 16902

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_optionsTypes::ChartAxisLabelOptions

The options that determine the presentation of the x-axis label.



16902
16903
16904
16905
16906
16907
16908
16909
16910
16911
16912
16913
16914
# File 'lib/aws-sdk-quicksight/types.rb', line 16902

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_optionsTypes::AxisDisplayOptions

The options that determine the presentation of the y-axis.



16902
16903
16904
16905
16906
16907
16908
16909
16910
16911
16912
16913
16914
# File 'lib/aws-sdk-quicksight/types.rb', line 16902

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