Property HistoryLength
HistoryLength
Gets or sets a value specifying how many previous data buffers to store and display in the graph.
public int HistoryLength { get; set; }
Property Value
Remarks
Each buffer can contain multiple samples, which means the total number of
samples displayed in the graph will be HistoryLength * BufferLength
,
where BufferLength
is the number of samples per buffer.