ComponentOne Reports for WPF
C1.C1Report.CustomFields Namespace / Chart.HistogramOptions Class / NormalDisplay Property

In This Topic
    NormalDisplay Property
    In This Topic
    Gets or sets an object describing a Gaussian normal curve display.
    Syntax
    'Declaration
     
    Public Property NormalDisplay As Chart.NormalCurve
    public Chart.NormalCurve NormalDisplay {get; set;}
    Remarks
    Histograms and frequency graphs are used to show the distribution of data values. Very often, the data distributions are compared to normal distributions. The properties of the NormalCurve object control the appearance of a built in display of a Normal (Gaussian) curve for comparison. The normal curve is unrelated to the data.
    See Also