Class HistogramSeries
A histogram series containing the series color and data.
Inheritance
System.Object
HistogramSeries
Implements
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class HistogramSeries : object, IDirectResponseSchema
Properties
BarColor
The color of the column representing this series in each bucket. This field is optional.
Declaration
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
public virtual ColorStyle BarColorStyle { get; set; }
Property Value
| Type | Description |
|---|---|
| ColorStyle |
Data
The data for this histogram series.
Declaration
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 |
|---|---|
| System.String |