Class BasicSeriesDataPointStyleOverride
Style override settings for a single series data point.
Implements
Inherited Members
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. Deprecated: Use color_style.
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 |
---|---|
string |
Index
The zero-based index of the series data point.
Declaration
[JsonProperty("index")]
public virtual int? Index { get; set; }
Property Value
Type | Description |
---|---|
int? |
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 |