Class: Aws::Types::LineChartDefaultSeriesSettings
- Inherits:
-
Object
- Object
- Aws::Types::LineChartDefaultSeriesSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#axis_binding ⇒ "PRIMARY_YAXIS", "SECONDARY_YAXIS"
Returns the value of attribute axis_binding.
-
#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
#axis_binding ⇒ "PRIMARY_YAXIS", "SECONDARY_YAXIS"
Returns the value of attribute axis_binding.
7529 7530 7531 |
# File 'sig/types.rbs', line 7529 def axis_binding @axis_binding end |
#decal_settings ⇒ Types::DecalSettings
Returns the value of attribute decal_settings.
7532 7533 7534 |
# File 'sig/types.rbs', line 7532 def decal_settings @decal_settings end |
#line_style_settings ⇒ Types::LineChartLineStyleSettings
Returns the value of attribute line_style_settings.
7530 7531 7532 |
# File 'sig/types.rbs', line 7530 def line_style_settings @line_style_settings end |
#marker_style_settings ⇒ Types::LineChartMarkerStyleSettings
Returns the value of attribute marker_style_settings.
7531 7532 7533 |
# File 'sig/types.rbs', line 7531 def marker_style_settings @marker_style_settings end |