Class: Aws::Types::ComboChartDefaultSeriesSettings
- Inherits:
-
Object
- Object
- Aws::Types::ComboChartDefaultSeriesSettings
- 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.
1835 1836 1837 |
# File 'sig/types.rbs', line 1835 def border_settings @border_settings end |
#decal_settings ⇒ Types::DecalSettings
Returns the value of attribute decal_settings.
1834 1835 1836 |
# File 'sig/types.rbs', line 1834 def decal_settings @decal_settings end |
#line_style_settings ⇒ Types::LineChartLineStyleSettings
Returns the value of attribute line_style_settings.
1832 1833 1834 |
# File 'sig/types.rbs', line 1832 def line_style_settings @line_style_settings end |
#marker_style_settings ⇒ Types::LineChartMarkerStyleSettings
Returns the value of attribute marker_style_settings.
1833 1834 1835 |
# File 'sig/types.rbs', line 1833 def marker_style_settings @marker_style_settings end |