NChartPeakDetectorThreshold Property |
Threshold to search the peaks according to. The default value is 0.3. See AbsoluteThreshold for details about how
this value is interpreted.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public double Threshold { get; set; }
Public Property Threshold As Double
Get
Set
public:
virtual property double Threshold {
double get () sealed;
void set (double value) sealed;
}
Property Value
Type:
DoubleSee Also