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; }
Public Property FindMax As Boolean
Get
Set
public:
virtual property bool FindMax {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
BooleanSee Also