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")


7244
7245
7246
# File 'sig/types.rbs', line 7244

def axis_binding
  @axis_binding
end

#decal_settingsTypes::DecalSettings

Returns the value of attribute decal_settings.



7247
7248
7249
# File 'sig/types.rbs', line 7247

def decal_settings
  @decal_settings
end

#line_style_settingsTypes::LineChartLineStyleSettings

Returns the value of attribute line_style_settings.



7245
7246
7247
# File 'sig/types.rbs', line 7245

def line_style_settings
  @line_style_settings
end

#marker_style_settingsTypes::LineChartMarkerStyleSettings

Returns the value of attribute marker_style_settings.



7246
7247
7248
# File 'sig/types.rbs', line 7246

def marker_style_settings
  @marker_style_settings
end