Class: Aws::Types::LineChartLineStyleSettings
- Inherits:
-
Object
- Object
- Aws::Types::LineChartLineStyleSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#line_interpolation ⇒ "LINEAR", ...
Returns the value of attribute line_interpolation.
-
#line_style ⇒ "SOLID", ...
Returns the value of attribute line_style.
-
#line_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute line_visibility.
-
#line_width ⇒ ::String
Returns the value of attribute line_width.
Instance Attribute Details
#line_interpolation ⇒ "LINEAR", ...
Returns the value of attribute line_interpolation.
7543 7544 7545 |
# File 'sig/types.rbs', line 7543 def line_interpolation @line_interpolation end |
#line_style ⇒ "SOLID", ...
Returns the value of attribute line_style.
7544 7545 7546 |
# File 'sig/types.rbs', line 7544 def line_style @line_style end |
#line_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute line_visibility.
7542 7543 7544 |
# File 'sig/types.rbs', line 7542 def line_visibility @line_visibility end |
#line_width ⇒ ::String
Returns the value of attribute line_width.
7545 7546 7547 |
# File 'sig/types.rbs', line 7545 def line_width @line_width end |