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.
7258 7259 7260 |
# File 'sig/types.rbs', line 7258 def line_interpolation @line_interpolation end |
#line_style ⇒ "SOLID", ...
Returns the value of attribute line_style.
7259 7260 7261 |
# File 'sig/types.rbs', line 7259 def line_style @line_style end |
#line_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute line_visibility.
7257 7258 7259 |
# File 'sig/types.rbs', line 7257 def line_visibility @line_visibility end |
#line_width ⇒ ::String
Returns the value of attribute line_width.
7260 7261 7262 |
# File 'sig/types.rbs', line 7260 def line_width @line_width end |