Overload | Description |
---|---|
GenerateHistogramData(Double[],Double[],Double,Double[],Double[],Double[]) | Generates histogram data from an array of raw data and the specified interval boundaries. Count normalization is performed by specifying an appropriate NormalizationWidth.
Although the chart has a Histogram chart type, it is sometimes preferable to generate charts similar to histograms, but with slightly different characteristics. This method is provided as a convenience for these occasions. |
GenerateHistogramData(Double[],Double,Double,Int32,Double,Double[],Double[],Double[]) | Generates histogram data from raw data and a series of interval boundaries specified by a starting value, an interval width and the number of intervals. |