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 documentation is for the `ReportSummary.Types.ChartData` class within the Migration Center v1 API, specifically version 1.2.0, and outlines the structure for rendering data points as a chart."],["The `ChartData` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality checks, deep cloning, and buffer message operations."],["The class offers two constructors: a default `ChartData()` and a copy constructor `ChartData(ReportSummary.Types.ChartData other)` for creating new `ChartData` instances."],["The `DataPoints` property, of type `RepeatedField\u003cReportSummary.Types.ChartData.Types.DataPoint\u003e`, is used to hold a collection of data points, where each point is a name-value pair representing the chart's x-axis label and y-axis value."]]],[]]