Click or drag to resize

ExponentialSplineOptions Properties

The ExponentialSplineOptions type exposes the following members.

Properties
 NameDescription
Public propertySmoothing Set the value of the smoothing paramenter. A value of 0 for the smoothing parameter results in a standard cubic spline. A value of p with -1 < p < 0 results in "unsmoothing" that means overshooting oscillations. A value of p with p > 0 gives increasing smoothness. p to infinity results in a linear interpolation. A value smaller or equal to -1.0 leads to an exception.
Top
See Also