class Google::Apis::SheetsV4::HistogramChartSpec

explicitly.
those items fall. The number of bins can be chosen automatically or specified
distribution of a dataset. Each column of items represents a range into which
each bin as a column of stacked items. Histograms are used to display the
A histogram chart. A histogram chart groups data items into bins, displaying

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @bucket_size = args[:bucket_size] if args.key?(:bucket_size)
  @legend_position = args[:legend_position] if args.key?(:legend_position)
  @outlier_percentile = args[:outlier_percentile] if args.key?(:outlier_percentile)
  @series = args[:series] if args.key?(:series)
  @show_item_dividers = args[:show_item_dividers] if args.key?(:show_item_dividers)
end