The NormalCurve type exposes the following members.

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method NotifyChanges
Public method ShouldSerializeFillStyle
Public method ShouldSerializeLineStyle
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property FillStyle
Gets of sets the FillStyle object for the Normal curve.
Public property ForegroundDisplay
Gets or sets whether the Normal (Gaussian) curve is displayed on top of the chart data display.
Public property LineStyle
Gets of sets the ChartLineStyle object for the Normal curve.
Public property UseAntiAlias
Gets or sets whether the Normal curve is drawn using anti-aliasing.
Public property Visible
Gets or sets whether the Normal curve is drawn.

See Also