Gets an object describing a Gaussian normal curve display.
[Visual Basic]
Public Property NormalDisplay As NormalCurve
[C#]
public NormalCurve NormalDisplay {get;set;}
[Delphi]
public property NormalDisplay: NormalCurve read get_NormalDisplay write set_NormalDisplay;
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
Histogram Class | Histogram Members | C1.Win.C1Chart Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |