Overload List
        
| Name | Description | |
|---|---|---|
| 
                 | 
              GenerateHistogramData(array<Double>[]()[][], array<Double>[]()[][], Double, array<Double>[]()[][]%, array<Double>[]()[][]%, array<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(array<Double>[]()[][], Double, Double, Int32, Double, array<Double>[]()[][]%, array<Double>[]()[][]%, array<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.
             
               |