Show / Hide Table of Contents

Class ChartGroupRule

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

Inheritance
object
ChartGroupRule
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class ChartGroupRule : IDirectResponseSchema

Properties

DateTimeRule

A ChartDateTimeRule.

Declaration
[JsonProperty("dateTimeRule")]
public virtual ChartDateTimeRule DateTimeRule { get; set; }
Property Value
Type Description
ChartDateTimeRule

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

HistogramRule

A ChartHistogramRule

Declaration
[JsonProperty("histogramRule")]
public virtual ChartHistogramRule HistogramRule { get; set; }
Property Value
Type Description
ChartHistogramRule

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX