Migration Center v1 API - Class ReportSummary.Types.ChartData.Types.DataPoint (1.1.0)

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.

Inheritance

object > ReportSummary.Types.ChartData.Types.DataPoint

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

DataPoint()

public DataPoint()

DataPoint(DataPoint)

public DataPoint(ReportSummary.Types.ChartData.Types.DataPoint other)
Parameter
NameDescription
otherReportSummaryTypesChartDataTypesDataPoint

Properties

Label

public string Label { get; set; }

The X-axis label for this data point.

Property Value
TypeDescription
string

Value

public double Value { get; set; }

The Y-axis value for this data point.

Property Value
TypeDescription
double