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