Show / Hide Table of Contents

Class XyChart

A chart that displays data on a 2D (X and Y axes) plane.

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

Properties

ChartOptions

Display options for the chart.

Declaration
[JsonProperty("chartOptions")]
public virtual ChartOptions ChartOptions { get; set; }
Property Value
Type Description
ChartOptions

DataSets

Required. The data displayed in this chart.

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

ETag

The ETag of the item.

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

Thresholds

Threshold lines drawn horizontally across the chart.

Declaration
[JsonProperty("thresholds")]
public virtual IList<Threshold> Thresholds { get; set; }
Property Value
Type Description
IList<Threshold>

TimeshiftDuration

The duration used to display a comparison chart. A comparison chart simultaneously shows values from two similar-length time periods (e.g., week-over-week metrics). The duration must be positive, and it can only be applied to charts with data sets of LINE plot type.

Declaration
[JsonProperty("timeshiftDuration")]
public virtual object TimeshiftDuration { get; set; }
Property Value
Type Description
object

XAxis

The properties applied to the x-axis.

Declaration
[JsonProperty("xAxis")]
public virtual Axis XAxis { get; set; }
Property Value
Type Description
Axis

Y2Axis

The properties applied to the y2-axis.

Declaration
[JsonProperty("y2Axis")]
public virtual Axis Y2Axis { get; set; }
Property Value
Type Description
Axis

YAxis

The properties applied to the y-axis.

Declaration
[JsonProperty("yAxis")]
public virtual Axis YAxis { get; set; }
Property Value
Type Description
Axis

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX