Class: Aws::Types::ComboChartSeriesSettings
- Inherits:
-
Object
- Object
- Aws::Types::ComboChartSeriesSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#border_settings ⇒ Types::BorderSettings
Returns the value of attribute border_settings.
-
#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
#border_settings ⇒ Types::BorderSettings
Returns the value of attribute border_settings.
1848 1849 1850 |
# File 'sig/types.rbs', line 1848 def border_settings @border_settings end |
#decal_settings ⇒ Types::DecalSettings
Returns the value of attribute decal_settings.
1847 1848 1849 |
# File 'sig/types.rbs', line 1847 def decal_settings @decal_settings end |
#line_style_settings ⇒ Types::LineChartLineStyleSettings
Returns the value of attribute line_style_settings.
1845 1846 1847 |
# File 'sig/types.rbs', line 1845 def line_style_settings @line_style_settings end |
#marker_style_settings ⇒ Types::LineChartMarkerStyleSettings
Returns the value of attribute marker_style_settings.
1846 1847 1848 |
# File 'sig/types.rbs', line 1846 def marker_style_settings @marker_style_settings end |