Class: Aws::QuickSight::Types::BoxPlotChartConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::BoxPlotChartConfiguration
- 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
-
#box_plot_options ⇒ Types::BoxPlotOptions
The box plot chart options for a box plot visual.
-
#category_axis ⇒ Types::AxisDisplayOptions
The label display options (grid line, range, scale, axis step) of a box plot category.
-
#category_label_options ⇒ Types::ChartAxisLabelOptions
The label options (label text, label visibility and sort Icon visibility) of a box plot category.
-
#field_wells ⇒ Types::BoxPlotFieldWells
The field wells of the visual.
-
#legend ⇒ Types::LegendOptions
The options for the legend setup of a visual.
-
#primary_y_axis_display_options ⇒ Types::AxisDisplayOptions
The label display options (grid line, range, scale, axis step) of a box plot category.
-
#primary_y_axis_label_options ⇒ Types::ChartAxisLabelOptions
The label options (label text, label visibility and sort icon visibility) of a box plot value.
-
#reference_lines ⇒ Array<Types::ReferenceLine>
The reference line setup of the visual.
-
#sort_configuration ⇒ Types::BoxPlotSortConfiguration
The sort configuration of a
BoxPlotVisual
. -
#tooltip ⇒ Types::TooltipOptions
The tooltip display setup of the visual.
-
#visual_palette ⇒ Types::VisualPalette
The palette (chart color) display setup of the visual.
Instance Attribute Details
#box_plot_options ⇒ Types::BoxPlotOptions
The box plot chart options for a box plot visual
2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2836 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) SENSITIVE = [] include Aws::Structure end |
#category_axis ⇒ Types::AxisDisplayOptions
The label display options (grid line, range, scale, axis step) of a box plot category.
2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2836 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) SENSITIVE = [] include Aws::Structure end |
#category_label_options ⇒ Types::ChartAxisLabelOptions
The label options (label text, label visibility and sort Icon visibility) of a box plot category.
2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2836 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) SENSITIVE = [] include Aws::Structure end |
#field_wells ⇒ Types::BoxPlotFieldWells
The field wells of the visual.
2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2836 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) SENSITIVE = [] include Aws::Structure end |
#legend ⇒ Types::LegendOptions
The options for the legend setup of a visual.
2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2836 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) SENSITIVE = [] include Aws::Structure end |
#primary_y_axis_display_options ⇒ Types::AxisDisplayOptions
The label display options (grid line, range, scale, axis step) of a box plot category.
2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2836 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) SENSITIVE = [] include Aws::Structure end |
#primary_y_axis_label_options ⇒ Types::ChartAxisLabelOptions
The label options (label text, label visibility and sort icon visibility) of a box plot value.
2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2836 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) SENSITIVE = [] include Aws::Structure end |
#reference_lines ⇒ Array<Types::ReferenceLine>
The reference line setup of the visual.
2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2836 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) SENSITIVE = [] include Aws::Structure end |
#sort_configuration ⇒ Types::BoxPlotSortConfiguration
The sort configuration of a BoxPlotVisual
.
2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2836 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) SENSITIVE = [] include Aws::Structure end |
#tooltip ⇒ Types::TooltipOptions
The tooltip display setup of the visual.
2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2836 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) SENSITIVE = [] include Aws::Structure end |
#visual_palette ⇒ Types::VisualPalette
The palette (chart color) display setup of the visual.
2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2836 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) SENSITIVE = [] include Aws::Structure end |