Show / Hide Table of Contents

Class Treemap

A widget that displays hierarchical data as a treemap.

Inheritance
object
Treemap
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX