FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartHistogram Class / NormalDisplay Property

In This Topic
    NormalDisplay Property (ChartHistogram)
    In This Topic
    Gets an object describing a Gaussian normal curve display.
    Syntax
    'Declaration
     
    Public ReadOnly Property NormalDisplay As ChartNormalCurve
    public ChartNormalCurve NormalDisplay {get;}
    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 ChartNormalCurve 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