class Google::Apis::SheetsV4::BasicChartSeries

Price“ and ”Close Price“.
time, multiple series may exist, one for the ”Open Price“, ”High Price“, ”Low
A single series of data in a chart. For example, if charting stock prices over

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @color = args[:color] if args.key?(:color)
  @color_style = args[:color_style] if args.key?(:color_style)
  @data_label = args[:data_label] if args.key?(:data_label)
  @line_style = args[:line_style] if args.key?(:line_style)
  @point_style = args[:point_style] if args.key?(:point_style)
  @series = args[:series] if args.key?(:series)
  @style_overrides = args[:style_overrides] if args.key?(:style_overrides)
  @target_axis = args[:target_axis] if args.key?(:target_axis)
  @type = args[:type] if args.key?(:type)
end