Show / Hide Table of Contents

Class ReportSummaryChartData

Describes a collection of data points rendered as a Chart.

Inheritance
object
ReportSummaryChartData
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.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class ReportSummaryChartData : IDirectResponseSchema

Properties

DataPoints

Each data point in the chart is represented as a name-value pair with the name being the x-axis label, and the value being the y-axis value.

Declaration
[JsonProperty("dataPoints")]
public virtual IList<ReportSummaryChartDataDataPoint> DataPoints { get; set; }
Property Value
Type Description
IList<ReportSummaryChartDataDataPoint>

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX