Class: Aws::Types::LineChartMarkerStyleSettings
- Inherits:
-
Object
- Object
- Aws::Types::LineChartMarkerStyleSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker_color ⇒ ::String
Returns the value of attribute marker_color.
-
#marker_shape ⇒ "CIRCLE", ...
Returns the value of attribute marker_shape.
-
#marker_size ⇒ ::String
Returns the value of attribute marker_size.
-
#marker_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute marker_visibility.
Instance Attribute Details
#marker_color ⇒ ::String
Returns the value of attribute marker_color.
7553 7554 7555 |
# File 'sig/types.rbs', line 7553 def marker_color @marker_color end |
#marker_shape ⇒ "CIRCLE", ...
Returns the value of attribute marker_shape.
7551 7552 7553 |
# File 'sig/types.rbs', line 7551 def marker_shape @marker_shape end |
#marker_size ⇒ ::String
Returns the value of attribute marker_size.
7552 7553 7554 |
# File 'sig/types.rbs', line 7552 def marker_size @marker_size end |
#marker_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute marker_visibility.
7550 7551 7552 |
# File 'sig/types.rbs', line 7550 def marker_visibility @marker_visibility end |