NChartPeakDetectorWindowWidth Property |
Width (in number of points) of the search window needed to calculate moving average. The default value is 5.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public uint WindowWidth { get; set; }
Public Property WindowWidth As UInteger
Get
Set
public:
virtual property unsigned int WindowWidth {
unsigned int get () sealed;
void set (unsigned int value) sealed;
}
Property Value
Type:
UInt32See Also