Class: Aws::QuickSight::Types::ComboChartSeriesSettings

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#border_settingsTypes::BorderSettings

Border settings for the bar series in the visual.



5751
5752
5753
5754
5755
5756
5757
5758
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5751

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

#decal_settingsTypes::DecalSettings

Decal settings for the series in the visual.



5751
5752
5753
5754
5755
5756
5757
5758
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5751

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

#line_style_settingsTypes::LineChartLineStyleSettings

Line styles options for the line series in the visual.



5751
5752
5753
5754
5755
5756
5757
5758
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5751

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

#marker_style_settingsTypes::LineChartMarkerStyleSettings

Marker styles options for the line series in the visual.



5751
5752
5753
5754
5755
5756
5757
5758
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5751

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