Class: Aws::QuickSight::Types::BoxPlotChartConfiguration

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

Overview

The configuration of a BoxPlotVisual.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#box_plot_optionsTypes::BoxPlotOptions

The box plot chart options for a box plot visual



2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2867

class BoxPlotChartConfiguration < Struct.new(
  :field_wells,
  :sort_configuration,
  :box_plot_options,
  :category_axis,
  :category_label_options,
  :primary_y_axis_display_options,
  :primary_y_axis_label_options,
  :legend,
  :tooltip,
  :reference_lines,
  :visual_palette,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end

#category_axisTypes::AxisDisplayOptions

The label display options (grid line, range, scale, axis step) of a box plot category.



2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2867

class BoxPlotChartConfiguration < Struct.new(
  :field_wells,
  :sort_configuration,
  :box_plot_options,
  :category_axis,
  :category_label_options,
  :primary_y_axis_display_options,
  :primary_y_axis_label_options,
  :legend,
  :tooltip,
  :reference_lines,
  :visual_palette,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end

#category_label_optionsTypes::ChartAxisLabelOptions

The label options (label text, label visibility and sort Icon visibility) of a box plot category.



2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2867

class BoxPlotChartConfiguration < Struct.new(
  :field_wells,
  :sort_configuration,
  :box_plot_options,
  :category_axis,
  :category_label_options,
  :primary_y_axis_display_options,
  :primary_y_axis_label_options,
  :legend,
  :tooltip,
  :reference_lines,
  :visual_palette,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end

#field_wellsTypes::BoxPlotFieldWells

The field wells of the visual.



2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2867

class BoxPlotChartConfiguration < Struct.new(
  :field_wells,
  :sort_configuration,
  :box_plot_options,
  :category_axis,
  :category_label_options,
  :primary_y_axis_display_options,
  :primary_y_axis_label_options,
  :legend,
  :tooltip,
  :reference_lines,
  :visual_palette,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end

#interactionsTypes::VisualInteractionOptions

The general visual interactions setup for a visual.



2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2867

class BoxPlotChartConfiguration < Struct.new(
  :field_wells,
  :sort_configuration,
  :box_plot_options,
  :category_axis,
  :category_label_options,
  :primary_y_axis_display_options,
  :primary_y_axis_label_options,
  :legend,
  :tooltip,
  :reference_lines,
  :visual_palette,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end

#legendTypes::LegendOptions

The options for the legend setup of a visual.



2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2867

class BoxPlotChartConfiguration < Struct.new(
  :field_wells,
  :sort_configuration,
  :box_plot_options,
  :category_axis,
  :category_label_options,
  :primary_y_axis_display_options,
  :primary_y_axis_label_options,
  :legend,
  :tooltip,
  :reference_lines,
  :visual_palette,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end

#primary_y_axis_display_optionsTypes::AxisDisplayOptions

The label display options (grid line, range, scale, axis step) of a box plot category.



2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2867

class BoxPlotChartConfiguration < Struct.new(
  :field_wells,
  :sort_configuration,
  :box_plot_options,
  :category_axis,
  :category_label_options,
  :primary_y_axis_display_options,
  :primary_y_axis_label_options,
  :legend,
  :tooltip,
  :reference_lines,
  :visual_palette,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end

#primary_y_axis_label_optionsTypes::ChartAxisLabelOptions

The label options (label text, label visibility and sort icon visibility) of a box plot value.



2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2867

class BoxPlotChartConfiguration < Struct.new(
  :field_wells,
  :sort_configuration,
  :box_plot_options,
  :category_axis,
  :category_label_options,
  :primary_y_axis_display_options,
  :primary_y_axis_label_options,
  :legend,
  :tooltip,
  :reference_lines,
  :visual_palette,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end

#reference_linesArray<Types::ReferenceLine>

The reference line setup of the visual.

Returns:



2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2867

class BoxPlotChartConfiguration < Struct.new(
  :field_wells,
  :sort_configuration,
  :box_plot_options,
  :category_axis,
  :category_label_options,
  :primary_y_axis_display_options,
  :primary_y_axis_label_options,
  :legend,
  :tooltip,
  :reference_lines,
  :visual_palette,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end

#sort_configurationTypes::BoxPlotSortConfiguration

The sort configuration of a BoxPlotVisual.



2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2867

class BoxPlotChartConfiguration < Struct.new(
  :field_wells,
  :sort_configuration,
  :box_plot_options,
  :category_axis,
  :category_label_options,
  :primary_y_axis_display_options,
  :primary_y_axis_label_options,
  :legend,
  :tooltip,
  :reference_lines,
  :visual_palette,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end

#tooltipTypes::TooltipOptions

The tooltip display setup of the visual.



2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2867

class BoxPlotChartConfiguration < Struct.new(
  :field_wells,
  :sort_configuration,
  :box_plot_options,
  :category_axis,
  :category_label_options,
  :primary_y_axis_display_options,
  :primary_y_axis_label_options,
  :legend,
  :tooltip,
  :reference_lines,
  :visual_palette,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end

#visual_paletteTypes::VisualPalette

The palette (chart color) display setup of the visual.



2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2867

class BoxPlotChartConfiguration < Struct.new(
  :field_wells,
  :sort_configuration,
  :box_plot_options,
  :category_axis,
  :category_label_options,
  :primary_y_axis_display_options,
  :primary_y_axis_label_options,
  :legend,
  :tooltip,
  :reference_lines,
  :visual_palette,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end