public sealed class ReportSummary.Types.HistogramChartData : IMessage<ReportSummary.Types.HistogramChartData>, IEquatable<ReportSummary.Types.HistogramChartData>, IDeepCloneable<ReportSummary.Types.HistogramChartData>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class ReportSummary.Types.HistogramChartData.
A Histogram Chart shows a distribution of values into buckets, showing
a count of values which fall into a bucket.
public RepeatedField<ReportSummary.Types.HistogramChartData.Types.Bucket> Buckets { get; }
Buckets in the histogram.
There will be n+1 buckets matching n lower bounds in the request.
The first bucket will be from -infinity to the first bound.
Subsequent buckets will be between one bound and the next.
The final bucket will be from the final bound to infinity.
[[["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.HistogramChartData` class, part of the Migration Center v1 API, is designed to represent data in a histogram chart format, showing how values are distributed across different buckets."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparisons, deep cloning, and buffer operations."],["The `HistogramChartData` class has two constructors: one default and one that allows creating a new instance by copying an existing `HistogramChartData` object."],["The `Buckets` property of the `HistogramChartData` class, of type `RepeatedField`, stores the actual buckets of the histogram, each containing a count of values falling within its range."],["The available versions of `HistogramChartData` range from version 1.0.0 up to the latest version 1.4.0."]]],[]]