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.
7268 7269 7270 |
# File 'sig/types.rbs', line 7268 def marker_color @marker_color end |
#marker_shape ⇒ "CIRCLE", ...
Returns the value of attribute marker_shape.
7266 7267 7268 |
# File 'sig/types.rbs', line 7266 def marker_shape @marker_shape end |
#marker_size ⇒ ::String
Returns the value of attribute marker_size.
7267 7268 7269 |
# File 'sig/types.rbs', line 7267 def marker_size @marker_size end |
#marker_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute marker_visibility.
7265 7266 7267 |
# File 'sig/types.rbs', line 7265 def marker_visibility @marker_visibility end |