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

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.

Inheritance

object > ReportSummary.Types.ChartData

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

ChartData()

public ChartData()

ChartData(ChartData)

public ChartData(ReportSummary.Types.ChartData other)
Parameter
NameDescription
otherReportSummaryTypesChartData

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
TypeDescription
RepeatedFieldReportSummaryTypesChartDataTypesDataPoint