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.
7244 7245 7246 |
# File 'sig/types.rbs', line 7244 def axis_binding @axis_binding end |
#decal_settings ⇒ Types::DecalSettings
Returns the value of attribute decal_settings.
7247 7248 7249 |
# File 'sig/types.rbs', line 7247 def decal_settings @decal_settings end |
#line_style_settings ⇒ Types::LineChartLineStyleSettings
Returns the value of attribute line_style_settings.
7245 7246 7247 |
# File 'sig/types.rbs', line 7245 def line_style_settings @line_style_settings end |
#marker_style_settings ⇒ Types::LineChartMarkerStyleSettings
Returns the value of attribute marker_style_settings.
7246 7247 7248 |
# File 'sig/types.rbs', line 7246 def marker_style_settings @marker_style_settings end |