CurveFitter.Curve Property

Gets or sets the curve that is being fitted.

Definition

Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public abstract Curve Curve { get; set; }

Property Value

Curve
A Curve object.

Exceptions

ArgumentNullExceptionvalue is null.

See Also