Curve Fitter.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#
A Curve object.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public abstract Curve Curve { get; set; }
Property Value
CurveA Curve object.
Exceptions
Argument | value is null. |