Class Treemap
A widget that displays hierarchical data as a treemap.
Implements
Inherited Members
Namespace: Google.Apis.Monitoring.v1.Data
Assembly: Google.Apis.Monitoring.v1.dll
Syntax
public class Treemap : IDirectResponseSchema
Properties
DataSets
Required. The collection of datasets used to construct and populate the treemap. For the rendered treemap rectangles: Color is determined by the aggregated value for each grouping. Size is proportional to the count of time series aggregated within that rectangle's segment.
Declaration
[JsonProperty("dataSets")]
public virtual IList<TreemapDataSet> DataSets { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<TreemapDataSet> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TreemapHierarchy
Required. Ordered labels representing the hierarchical treemap structure.
Declaration
[JsonProperty("treemapHierarchy")]
public virtual IList<string> TreemapHierarchy { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |