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."],[[["This document provides reference documentation for the `ReportSummary.Types.HistogramChartData` class within the Migration Center v1 API."],["The `HistogramChartData` class is designed to represent a histogram chart, which visualizes the distribution of values across different buckets."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for message handling, equality comparison, deep cloning, and buffer operations."],["The `HistogramChartData` class has a `Buckets` property that contains a collection of `Bucket` objects, each representing a range of values within the histogram, and each bucket having its own value count."],["There are 5 versions of this class, ranging from 1.0.0 up to 1.4.0, with the newest version being 1.4.0."]]],[]]