Class: Aws::QuickSight::Types::BarChartSeriesSettings

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

Options that determine the presentation of a bar series in the visual.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#border_settingsTypes::BorderSettings

Border settings for the bar series.



3438
3439
3440
3441
3442
3443
# File 'lib/aws-sdk-quicksight/types.rb', line 3438

class BarChartSeriesSettings < Struct.new(
  :decal_settings,
  :border_settings)
  SENSITIVE = []
  include Aws::Structure
end

#decal_settingsTypes::DecalSettings

Decal settings for the bar series.



3438
3439
3440
3441
3442
3443
# File 'lib/aws-sdk-quicksight/types.rb', line 3438

class BarChartSeriesSettings < Struct.new(
  :decal_settings,
  :border_settings)
  SENSITIVE = []
  include Aws::Structure
end