Click or drag to resize
NChartPeakDetectorFindMin Property
Flag determining if peak detector should find down-peaks (true), or not (false). The default value is true. The down-peaks are defined as peaks laying beneath the moving average inside the search window.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public bool FindMin { get; set; }

Property Value

Type: Boolean
See Also