Class: Aws::QuickSight::Types::ComboChartSeriesSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ComboChartSeriesSettings
- 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
-
#border_settings ⇒ Types::BorderSettings
Border settings for the bar series in the visual.
-
#decal_settings ⇒ Types::DecalSettings
Decal settings for the series in the visual.
-
#line_style_settings ⇒ Types::LineChartLineStyleSettings
Line styles options for the line series in the visual.
-
#marker_style_settings ⇒ Types::LineChartMarkerStyleSettings
Marker styles options for the line series in the visual.
Instance Attribute Details
#border_settings ⇒ Types::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_settings ⇒ Types::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_settings ⇒ Types::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_settings ⇒ Types::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 |