Example of Histogram in ASP.NET Core Chart Control
This ASP.NET Core Histogram Chart example visualizes final examination results. The number of students between each interval is shown in data labels.
In this example, you can see how to render and configure the histogram chart. The histogram chart is a bar (column) chart used for frequency distribution in which the widths of the bars are proportional to classes into which variables have been divided and the heights of the bars are proportional to class frequencies. The DataLabel
property is used to present details on individual data points.
Tooltip
is enabled in this example. To see the tooltip in action, hover over a point or tap on a point in touch-enabled devices.
More information about the histogram series can be found in this documentation section.