Gets an object describing a Gaussian normal curve display.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
public NormalCurve NormalDisplay { get; set; }
Visual Basic
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
Public Property NormalDisplay As NormalCurve
	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