Class HistogramSeries
A histogram series containing the series color and data.
Implements
Inherited Members
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class HistogramSeries : IDirectResponseSchema
Properties
BarColor
The color of the column representing this series in each bucket. This field is optional. Deprecated: Use bar_color_style.
Declaration
[JsonProperty("barColor")]
public virtual Color BarColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
BarColorStyle
The color of the column representing this series in each bucket. This field is optional. If bar_color is also set, this field takes precedence.
Declaration
[JsonProperty("barColorStyle")]
public virtual ColorStyle BarColorStyle { get; set; }
Property Value
Type | Description |
---|---|
ColorStyle |
Data
The data for this histogram series.
Declaration
[JsonProperty("data")]
public virtual ChartData Data { get; set; }
Property Value
Type | Description |
---|---|
ChartData |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |