Class: Aws::QuickSight::Types::LineChartSeriesSettings

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#decal_settings ⇒ Types::DecalSettings

Decal settings for a line series in LineChartVisual.



30566
30567
30568
30569
30570
30571
30572
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30566

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

#line_style_settings ⇒ Types::LineChartLineStyleSettings

Line styles options for a line series in LineChartVisual.



30566
30567
30568
30569
30570
30571
30572
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30566

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

#marker_style_settings ⇒ Types::LineChartMarkerStyleSettings

Marker styles options for a line series in LineChartVisual.



30566
30567
30568
30569
30570
30571
30572
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30566

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