Show / Hide Table of Contents

Class PieChart

A widget that displays timeseries data as a pie or a donut.

Inheritance
object
PieChart
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 PieChart : IDirectResponseSchema

Properties

ChartType

Required. Indicates the visualization type for the PieChart.

Declaration
[JsonProperty("chartType")]
public virtual string ChartType { get; set; }
Property Value
Type Description
string

DataSets

Required. The queries for the chart's data.

Declaration
[JsonProperty("dataSets")]
public virtual IList<PieChartDataSet> DataSets { get; set; }
Property Value
Type Description
IList<PieChartDataSet>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ShowLabels

Optional. Indicates whether or not the pie chart should show slices' labels

Declaration
[JsonProperty("showLabels")]
public virtual bool? ShowLabels { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX