public sealed class ReportSummary.Types.ChartData.Types.DataPoint : IMessage<ReportSummary.Types.ChartData.Types.DataPoint>, IEquatable<ReportSummary.Types.ChartData.Types.DataPoint>, IDeepCloneable<ReportSummary.Types.ChartData.Types.DataPoint>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class ReportSummary.Types.ChartData.Types.DataPoint.
[[["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 provides details for the `ReportSummary.Types.ChartData.Types.DataPoint` class, which is part of the Google Cloud Migration Center v1 API."],["The `DataPoint` class describes a single data point in a chart, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It inherits from `object` and includes properties `Label` (a string representing the X-axis label) and `Value` (a double representing the Y-axis value)."],["The class `DataPoint` is defined within the `Google.Cloud.MigrationCenter.V1` namespace and is found in the `Google.Cloud.MigrationCenter.V1.dll` assembly."],["The class has two constructors, `DataPoint()` and `DataPoint(DataPoint)`, to allow the creation of new instances of `DataPoint`."]]],[]]