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)


3269
3270
3271
3272
3273
3274
3275
# File 'lib/aws-sdk-quicksight/types.rb', line 3269

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)


3269
3270
3271
3272
3273
3274
3275
# File 'lib/aws-sdk-quicksight/types.rb', line 3269

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.



3269
3270
3271
3272
3273
3274
3275
# File 'lib/aws-sdk-quicksight/types.rb', line 3269

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