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, specifically version 1.3.0."],["`ReportSummary.Types.ChartData` is a class that represents a collection of data points designed to be displayed as a chart."],["The `ChartData` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `ChartData` class includes two constructors, one default and another that accepts another instance of the `ChartData` class."],["The `DataPoints` property is of type `RepeatedField` and provides a collection of `DataPoint` instances, each containing a name-value pair for the chart's x and y-axis data."]]],[]]