public sealed class ReportSummary.Types.ChartData : IMessage<ReportSummary.Types.ChartData>, IEquatable<ReportSummary.Types.ChartData>, IDeepCloneable<ReportSummary.Types.ChartData>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class ReportSummary.Types.ChartData.
Describes a collection of data points rendered as a Chart.
Implements
IMessageReportSummaryTypesChartData, IEquatableReportSummaryTypesChartData, IDeepCloneableReportSummaryTypesChartData, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
ChartData()
public ChartData()
ChartData(ChartData)
public ChartData(ReportSummary.Types.ChartData other)
Parameter | |
---|---|
Name | Description |
other |
ReportSummaryTypesChartData |
Properties
DataPoints
public RepeatedField<ReportSummary.Types.ChartData.Types.DataPoint> DataPoints { get; }
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.
Property Value | |
---|---|
Type | Description |
RepeatedFieldReportSummaryTypesChartDataTypesDataPoint |