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.
7275 7276 7277 |
# File 'sig/types.rbs', line 7275 def decal_settings @decal_settings end |
#line_style_settings ⇒ Types::LineChartLineStyleSettings
Returns the value of attribute line_style_settings.
7273 7274 7275 |
# File 'sig/types.rbs', line 7273 def line_style_settings @line_style_settings end |
#marker_style_settings ⇒ Types::LineChartMarkerStyleSettings
Returns the value of attribute marker_style_settings.
7274 7275 7276 |
# File 'sig/types.rbs', line 7274 def marker_style_settings @marker_style_settings end |