Class BasicSeriesDataPointStyleOverride
Style override settings for a single series data point.
Inheritance
System.Object
BasicSeriesDataPointStyleOverride
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class BasicSeriesDataPointStyleOverride : IDirectResponseSchema
Properties
Color
Color of the series data point. If empty, the series default is used.
Declaration
[JsonProperty("color")]
public virtual Color Color { get; set; }
Property Value
Type | Description |
---|---|
Color |
ColorStyle
Color of the series data point. If empty, the series default is used. If color is also set, this field takes precedence.
Declaration
[JsonProperty("colorStyle")]
public virtual ColorStyle ColorStyle { get; set; }
Property Value
Type | Description |
---|---|
ColorStyle |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Index
Zero based index of the series data point.
Declaration
[JsonProperty("index")]
public virtual int? Index { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
PointStyle
Point style of the series data point. Valid only if the chartType is AREA, LINE, or SCATTER. COMBO charts are also supported if the series chart type is AREA, LINE, or SCATTER. If empty, the series default is used.
Declaration
[JsonProperty("pointStyle")]
public virtual PointStyle PointStyle { get; set; }
Property Value
Type | Description |
---|---|
PointStyle |