Class: Aws::QuickSight::Types::LineChartSeriesSettings
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::LineChartSeriesSettings
 
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The options that determine the presentation of a line series in the visual
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #line_style_settings  ⇒ Types::LineChartLineStyleSettings 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Line styles options for a line series in LineChartVisual.
- 
  
    
      #marker_style_settings  ⇒ Types::LineChartMarkerStyleSettings 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Marker styles options for a line series in LineChartVisual.
Instance Attribute Details
#line_style_settings ⇒ Types::LineChartLineStyleSettings
Line styles options for a line series in LineChartVisual.
| 22785 22786 22787 22788 22789 22790 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22785 class LineChartSeriesSettings < Struct.new( :line_style_settings, :marker_style_settings) SENSITIVE = [] include Aws::Structure end | 
#marker_style_settings ⇒ Types::LineChartMarkerStyleSettings
Marker styles options for a line series in LineChartVisual.
| 22785 22786 22787 22788 22789 22790 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22785 class LineChartSeriesSettings < Struct.new( :line_style_settings, :marker_style_settings) SENSITIVE = [] include Aws::Structure end |