class Google::Apis::SheetsV4::ChartGroupRule

the same bucket are aggregated based on the aggregate_type.
grouping its values into buckets. Any values of a chart series that fall into
specify a histogram rule on the domain (it should only contain numeric values),
individual value. For example, when plotting a data source chart, you can
defines buckets for the values in the domain rather than breaking out each
An optional setting on the ChartData of the domain of a data source chart that

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @date_time_rule = args[:date_time_rule] if args.key?(:date_time_rule)
  @histogram_rule = args[:histogram_rule] if args.key?(:histogram_rule)
end