Visual Basic (Declaration) | |
---|---|
Public MustOverride Property BufferLength As Integer |
C# | |
---|---|
public abstract int BufferLength {get; set;} |
Property Value
The default value is 50000.When the measured data exceeds this number of points, the oldest data is discarded as new data comes in.
Histograms and median/mode calculations in the Cumulative Stats table are computed over this buffer length, not the DisplayLength.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)