SmoothingCubicSplineBaseCombineNeighbouringPoints Property |
If true, points with x values that are very similar are combined into one point, which helds the average value of x and y
Namespace: Altaxo.Calc.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool CombineNeighbouringPoints { get; set; }
Property Value
BooleanSee Also