ComponentOne FlexReport for WinForms
NormalDisplay Property

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace > ChartHistogram Class : NormalDisplay Property
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

Reference

ChartHistogram Class
ChartHistogram Members