Histogram Graph

The Histogram graph or series is used to display category frequencies of a data set as
vertical bars. It has only one series
component, Sample. The data in this component are grouped into
different categories or bins according to their values and the ranges of the
bins. The heights of the bars represent the category frequencies of the
bins.
The bins are equally sized. The BinSize property specifies the size
of the bins. The UseOrigin property determines whether to use the Origin
property to determine the start value of the first bin. If it is set to false,
the minimum value of the data in the Sample component is used.
See Also
|