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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `ReportSummary.Types.ChartData` class is part of the Migration Center v1 API and represents a collection of data points rendered as a chart."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating its use within the Google.Protobuf library."],["It can be constructed either with no parameters or by using another `ReportSummary.Types.ChartData` object as a copy."],["The primary property of this class is `DataPoints`, which is a `RepeatedField` that contains the name-value pairs representing each data point in the chart."],["The class is located in the namespace `Google.Cloud.MigrationCenter.V1`, within the assembly `Google.Cloud.MigrationCenter.V1.dll`."]]],[]]