Class InterpolationPoint
A single interpolation point on a gradient conditional format. These pin the gradient color scale according to the color, type and value chosen.
Implements
Inherited Members
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class InterpolationPoint : IDirectResponseSchema
Properties
Color
The color this interpolation point should use. Deprecated: Use color_style.
Declaration
[JsonProperty("color")]
public virtual Color Color { get; set; }
Property Value
Type | Description |
---|---|
Color |
ColorStyle
The color this interpolation point should use. 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 |
Type
How the value should be interpreted.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
The value this interpolation point uses. May be a formula. Unused if type is MIN or MAX.
Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
Type | Description |
---|---|
string |