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.



3647
3648
3649
3650
3651
3652
# File 'lib/aws-sdk-quicksight/types.rb', line 3647

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

#decal_settingsTypes::DecalSettings

Decal settings for the bar series.



3647
3648
3649
3650
3651
3652
# File 'lib/aws-sdk-quicksight/types.rb', line 3647

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