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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides reference information for the \u003ccode\u003eReportSummary.Types.HistogramChartData\u003c/code\u003e class within the Migration Center v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eHistogramChartData\u003c/code\u003e class is designed to represent data for a histogram chart, which displays the distribution of values across different buckets.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, ensuring compatibility and functionality within the .NET ecosystem.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the API is \u003ccode\u003e1.4.0\u003c/code\u003e, with prior versions \u003ccode\u003e1.3.0\u003c/code\u003e, \u003ccode\u003e1.2.0\u003c/code\u003e, \u003ccode\u003e1.1.0\u003c/code\u003e, and \u003ccode\u003e1.0.0\u003c/code\u003e also accessible, all related to the \u003ccode\u003eHistogramChartData\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains a property \u003ccode\u003eBuckets\u003c/code\u003e which is a \u003ccode\u003eRepeatedField\u003c/code\u003e where all the data for the histogram is placed.\u003c/p\u003e\n"]]],[],null,[]]