Class: Aws::QuickSight::Types::BoxPlotOptions

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#all_data_points_visibilityString

Determines the visibility of all data points of the box plot.

Returns:

  • (String)


3303
3304
3305
3306
3307
3308
3309
# File 'lib/aws-sdk-quicksight/types.rb', line 3303

class BoxPlotOptions < Struct.new(
  :style_options,
  :outlier_visibility,
  :all_data_points_visibility)
  SENSITIVE = []
  include Aws::Structure
end

#outlier_visibilityString

Determines the visibility of the outlier in a box plot.

Returns:

  • (String)


3303
3304
3305
3306
3307
3308
3309
# File 'lib/aws-sdk-quicksight/types.rb', line 3303

class BoxPlotOptions < Struct.new(
  :style_options,
  :outlier_visibility,
  :all_data_points_visibility)
  SENSITIVE = []
  include Aws::Structure
end

#style_optionsTypes::BoxPlotStyleOptions

The style options of the box plot.



3303
3304
3305
3306
3307
3308
3309
# File 'lib/aws-sdk-quicksight/types.rb', line 3303

class BoxPlotOptions < Struct.new(
  :style_options,
  :outlier_visibility,
  :all_data_points_visibility)
  SENSITIVE = []
  include Aws::Structure
end