Class GradientRule
A rule that applies a gradient color scale format, based on the interpolation points listed. The format of a cell will vary based on its contents as compared to the values of the interpolation points.
Implements
Inherited Members
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class GradientRule : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Maxpoint
The final interpolation point.
Declaration
[JsonProperty("maxpoint")]
public virtual InterpolationPoint Maxpoint { get; set; }
Property Value
Type | Description |
---|---|
InterpolationPoint |
Midpoint
An optional midway interpolation point.
Declaration
[JsonProperty("midpoint")]
public virtual InterpolationPoint Midpoint { get; set; }
Property Value
Type | Description |
---|---|
InterpolationPoint |
Minpoint
The starting interpolation point.
Declaration
[JsonProperty("minpoint")]
public virtual InterpolationPoint Minpoint { get; set; }
Property Value
Type | Description |
---|---|
InterpolationPoint |