Show / Hide Table of Contents

Class HistogramSeries

A histogram series containing the series color and data.

Inheritance
object
HistogramSeries
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX