Contains all properties that help define the appearance of the normal curve for the Histogram chart.

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

Syntax

C#
[BrowsableAttribute(true)]
[EditorBrowsableAttribute(EditorBrowsableState.Always)]
public class NormalCurve : iNotifyChanges
Visual Basic
<BrowsableAttribute(True)> _
<EditorBrowsableAttribute(EditorBrowsableState.Always)> _
Public Class NormalCurve _
	Implements iNotifyChanges

Inheritance Hierarchy

System..::..Object
  C1.Win.C1Chart..::..NormalCurve

See Also