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

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

Property Value

Type: Boolean
See Also