Class: Aws::Types::LineChartSeriesSettings
- Inherits:
-
Object
- Object
- Aws::Types::LineChartSeriesSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#decal_settings ⇒ Types::DecalSettings
Returns the value of attribute decal_settings.
-
#line_style_settings ⇒ Types::LineChartLineStyleSettings
Returns the value of attribute line_style_settings.
-
#marker_style_settings ⇒ Types::LineChartMarkerStyleSettings
Returns the value of attribute marker_style_settings.
Instance Attribute Details
#decal_settings ⇒ Types::DecalSettings
Returns the value of attribute decal_settings.
7560 7561 7562 |
# File 'sig/types.rbs', line 7560 def decal_settings @decal_settings end |
#line_style_settings ⇒ Types::LineChartLineStyleSettings
Returns the value of attribute line_style_settings.
7558 7559 7560 |
# File 'sig/types.rbs', line 7558 def line_style_settings @line_style_settings end |
#marker_style_settings ⇒ Types::LineChartMarkerStyleSettings
Returns the value of attribute marker_style_settings.
7559 7560 7561 |
# File 'sig/types.rbs', line 7559 def marker_style_settings @marker_style_settings end |