public sealed class ReportSummary.Types.ChartData.Types.DataPoint : IMessage<ReportSummary.Types.ChartData.Types.DataPoint>, IEquatable<ReportSummary.Types.ChartData.Types.DataPoint>, IDeepCloneable<ReportSummary.Types.ChartData.Types.DataPoint>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class ReportSummary.Types.ChartData.Types.DataPoint.
Describes a single data point in the Chart.
Implements
IMessageReportSummaryTypesChartDataTypesDataPoint, IEquatableReportSummaryTypesChartDataTypesDataPoint, IDeepCloneableReportSummaryTypesChartDataTypesDataPoint, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
DataPoint()
public DataPoint()
DataPoint(DataPoint)
public DataPoint(ReportSummary.Types.ChartData.Types.DataPoint other)
Parameter | |
---|---|
Name | Description |
other |
ReportSummaryTypesChartDataTypesDataPoint |
Properties
Label
public string Label { get; set; }
The X-axis label for this data point.
Property Value | |
---|---|
Type | Description |
string |
Value
public double Value { get; set; }
The Y-axis value for this data point.
Property Value | |
---|---|
Type | Description |
double |