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.



19417
19418
19419
19420
19421
19422
19423
19424
19425
19426
19427
19428
19429
# File 'lib/aws-sdk-quicksight/types.rb', line 19417

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.



19417
19418
19419
19420
19421
19422
19423
19424
19425
19426
19427
19428
19429
# File 'lib/aws-sdk-quicksight/types.rb', line 19417

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.



19417
19418
19419
19420
19421
19422
19423
19424
19425
19426
19427
19428
19429
# File 'lib/aws-sdk-quicksight/types.rb', line 19417

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.



19417
19418
19419
19420
19421
19422
19423
19424
19425
19426
19427
19428
19429
# File 'lib/aws-sdk-quicksight/types.rb', line 19417

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.



19417
19418
19419
19420
19421
19422
19423
19424
19425
19426
19427
19428
19429
# File 'lib/aws-sdk-quicksight/types.rb', line 19417

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.



19417
19418
19419
19420
19421
19422
19423
19424
19425
19426
19427
19428
19429
# File 'lib/aws-sdk-quicksight/types.rb', line 19417

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.



19417
19418
19419
19420
19421
19422
19423
19424
19425
19426
19427
19428
19429
# File 'lib/aws-sdk-quicksight/types.rb', line 19417

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.



19417
19418
19419
19420
19421
19422
19423
19424
19425
19426
19427
19428
19429
# File 'lib/aws-sdk-quicksight/types.rb', line 19417

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.



19417
19418
19419
19420
19421
19422
19423
19424
19425
19426
19427
19428
19429
# File 'lib/aws-sdk-quicksight/types.rb', line 19417

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