Class: Aws::Types::LineChartMarkerStyleSettings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#marker_color::String

Returns the value of attribute marker_color.

Returns:

  • (::String)


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.

Returns:

  • ("CIRCLE", "TRIANGLE", "SQUARE", "DIAMOND", "ROUNDED_SQUARE")


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.

Returns:

  • (::String)


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.

Returns:

  • ("HIDDEN", "VISIBLE")


7265
7266
7267
# File 'sig/types.rbs', line 7265

def marker_visibility
  @marker_visibility
end