class Google::Apis::SheetsV4::WaterfallChartSpec

A waterfall chart.

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @connector_line_style = args[:connector_line_style] if args.key?(:connector_line_style)
  @domain = args[:domain] if args.key?(:domain)
  @first_value_is_total = args[:first_value_is_total] if args.key?(:first_value_is_total)
  @hide_connector_lines = args[:hide_connector_lines] if args.key?(:hide_connector_lines)
  @series = args[:series] if args.key?(:series)
  @stacked_type = args[:stacked_type] if args.key?(:stacked_type)
  @total_data_label = args[:total_data_label] if args.key?(:total_data_label)
end