ComponentOne Chart for .NET (2.0) Search HelpCentral 

C1Chart.GenerateHistogramData Method

Overload List

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.

[Visual Basic] Overloads Public Shared Function GenerateHistogramData(Double(), Double, Double, Integer, Double, ByRef Double, ByRef Double, ByRef Double) As Boolean

[C#] public static bool GenerateHistogramData(double[], double, double, int, double, ref double[], ref double[], ref double[]);

[Delphi] public class  function GenerateHistogramData(array of Double; Double; Double; Int32; Double; var Double[]; var Double[]; var Double[]) : Boolean; overload;

Generates histogram data from an array of raw data and the specified interval boundaries. Count normalization is permformed 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.

[Visual Basic] Overloads Public Shared Function GenerateHistogramData(Double(), Double(), Double, ByRef Double, ByRef Double, ByRef Double) As Boolean

[C#] public static bool GenerateHistogramData(double[], double[], double, ref double[], ref double[], ref double[]);

[Delphi] public class  function GenerateHistogramData(array of Double; array of Double; Double; var Double[]; var Double[]; var Double[]) : Boolean; overload;

See Also

C1Chart Class | C1Chart Members | C1.Win.C1Chart Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.