Class: Aws::QuickSight::Types::BoxPlotChartConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::BoxPlotChartConfiguration
- Includes:
- Structure
- Defined in:
- 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.
-
#interactions ⇒ Types::VisualInteractionOptions
The general visual interactions setup for a 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
3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3386 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_axis ⇒ Types::AxisDisplayOptions
The label display options (grid line, range, scale, axis step) of a box plot category.
3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3386 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_options ⇒ Types::ChartAxisLabelOptions
The label options (label text, label visibility and sort Icon visibility) of a box plot category.
3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3386 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_wells ⇒ Types::BoxPlotFieldWells
The field wells of the visual.
3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3386 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 |
#interactions ⇒ Types::VisualInteractionOptions
The general visual interactions setup for a visual.
3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3386 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 |
#legend ⇒ Types::LegendOptions
The options for the legend setup of a visual.
3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3386 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_options ⇒ Types::AxisDisplayOptions
The label display options (grid line, range, scale, axis step) of a box plot category.
3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3386 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_options ⇒ Types::ChartAxisLabelOptions
The label options (label text, label visibility and sort icon visibility) of a box plot value.
3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3386 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_lines ⇒ Array<Types::ReferenceLine>
The reference line setup of the visual.
3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3386 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_configuration ⇒ Types::BoxPlotSortConfiguration
The sort configuration of a ‘BoxPlotVisual`.
3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3386 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 |
#tooltip ⇒ Types::TooltipOptions
The tooltip display setup of the visual.
3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3386 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_palette ⇒ Types::VisualPalette
The palette (chart color) display setup of the visual.
3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3386 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 |