Class PieChart
A widget that displays timeseries data as a pie or a donut.
Implements
Inherited Members
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? |