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."],[[["This document provides reference documentation for the `ReportSummary.Types.ChartData` class within the Migration Center v1 API."],["`ReportSummary.Types.ChartData` represents a collection of data points rendered as a chart, with each data point being a name-value pair."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DataPoints` property, of type `RepeatedField`, holds the individual data points of the chart, where the name is the x-axis label and the value is the y-axis value."],["There are two constructors available for the `ChartData` class: a default constructor and one that accepts another `ChartData` object as a parameter."]]],[]]