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.
1929 1930 1931 |
# File 'sig/types.rbs', line 1929 def border_settings @border_settings end |
#decal_settings ⇒ Types::DecalSettings
Returns the value of attribute decal_settings.
1928 1929 1930 |
# File 'sig/types.rbs', line 1928 def decal_settings @decal_settings end |
#line_style_settings ⇒ Types::LineChartLineStyleSettings
Returns the value of attribute line_style_settings.
1926 1927 1928 |
# File 'sig/types.rbs', line 1926 def line_style_settings @line_style_settings end |
#marker_style_settings ⇒ Types::LineChartMarkerStyleSettings
Returns the value of attribute marker_style_settings.
1927 1928 1929 |
# File 'sig/types.rbs', line 1927 def marker_style_settings @marker_style_settings end |