Class: Aws::Types::LineChartDefaultSeriesSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#axis_binding"PRIMARY_YAXIS", "SECONDARY_YAXIS"

Returns the value of attribute axis_binding.

Returns:

  • ("PRIMARY_YAXIS", "SECONDARY_YAXIS")


7529
7530
7531
# File 'sig/types.rbs', line 7529

def axis_binding
  @axis_binding
end

#decal_settingsTypes::DecalSettings

Returns the value of attribute decal_settings.



7532
7533
7534
# File 'sig/types.rbs', line 7532

def decal_settings
  @decal_settings
end

#line_style_settingsTypes::LineChartLineStyleSettings

Returns the value of attribute line_style_settings.



7530
7531
7532
# File 'sig/types.rbs', line 7530

def line_style_settings
  @line_style_settings
end

#marker_style_settingsTypes::LineChartMarkerStyleSettings

Returns the value of attribute marker_style_settings.



7531
7532
7533
# File 'sig/types.rbs', line 7531

def marker_style_settings
  @marker_style_settings
end