Class TreemapChartColorScale
A color scale for a treemap chart.
Inheritance
System.Object
TreemapChartColorScale
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 TreemapChartColorScale : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
MaxValueColor
The background color for cells with a color value greater than or equal to maxValue. Defaults to
109618 if not specified.
Declaration
[JsonProperty("maxValueColor")]
public virtual Color MaxValueColor { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
MidValueColor
The background color for cells with a color value at the midpoint between minValue and maxValue. Defaults to #efe6dc if not specified.
Declaration
[JsonProperty("midValueColor")]
public virtual Color MidValueColor { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
MinValueColor
The background color for cells with a color value less than or equal to minValue. Defaults to
dc3912 if not specified.
Declaration
[JsonProperty("minValueColor")]
public virtual Color MinValueColor { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
NoDataColor
The background color for cells that have no color data associated with them. Defaults to #000000 if not specified.
Declaration
[JsonProperty("noDataColor")]
public virtual Color NoDataColor { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |