Class: Aws::QuickSight::Types::HistogramConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::HistogramConfiguration
- Includes:
- Structure
- Defined in:
- 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.
18436 18437 18438 18439 18440 18441 18442 18443 18444 18445 18446 18447 18448 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18436 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.
18436 18437 18438 18439 18440 18441 18442 18443 18444 18445 18446 18447 18448 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18436 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.
18436 18437 18438 18439 18440 18441 18442 18443 18444 18445 18446 18447 18448 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18436 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.
18436 18437 18438 18439 18440 18441 18442 18443 18444 18445 18446 18447 18448 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18436 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.
18436 18437 18438 18439 18440 18441 18442 18443 18444 18445 18446 18447 18448 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18436 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.
18436 18437 18438 18439 18440 18441 18442 18443 18444 18445 18446 18447 18448 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18436 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.
18436 18437 18438 18439 18440 18441 18442 18443 18444 18445 18446 18447 18448 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18436 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.
18436 18437 18438 18439 18440 18441 18442 18443 18444 18445 18446 18447 18448 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18436 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.
18436 18437 18438 18439 18440 18441 18442 18443 18444 18445 18446 18447 18448 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18436 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 |