Class: Aws::QuickSight::Types::BoxPlotOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::BoxPlotOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The options of a box plot visual.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#all_data_points_visibility ⇒ String
Determines the visibility of all data points of the box plot.
-
#outlier_visibility ⇒ String
Determines the visibility of the outlier in a box plot.
-
#style_options ⇒ Types::BoxPlotStyleOptions
The style options of the box plot.
Instance Attribute Details
#all_data_points_visibility ⇒ String
Determines the visibility of all data points of the box plot.
3436 3437 3438 3439 3440 3441 3442 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3436 class BoxPlotOptions < Struct.new( :style_options, :outlier_visibility, :all_data_points_visibility) SENSITIVE = [] include Aws::Structure end |
#outlier_visibility ⇒ String
Determines the visibility of the outlier in a box plot.
3436 3437 3438 3439 3440 3441 3442 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3436 class BoxPlotOptions < Struct.new( :style_options, :outlier_visibility, :all_data_points_visibility) SENSITIVE = [] include Aws::Structure end |
#style_options ⇒ Types::BoxPlotStyleOptions
The style options of the box plot.
3436 3437 3438 3439 3440 3441 3442 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3436 class BoxPlotOptions < Struct.new( :style_options, :outlier_visibility, :all_data_points_visibility) SENSITIVE = [] include Aws::Structure end |