Class MinMaxCache
- Namespace
- ScottPlot
- Assembly
- ScottPlot.dll
public class MinMaxCache
- Inheritance
-
MinMaxCache
- Inherited Members
- Extension Methods
Constructors
MinMaxCache(IReadOnlyList<double>, int)
public MinMaxCache(IReadOnlyList<double> data, int cachePeriod = 1000)
Parameters
data
IReadOnlyList<double>cachePeriod
int
Properties
CachePeriod
public int CachePeriod { get; }
Property Value
Methods
GetMinMax(int, int)
public SignalRangeY GetMinMax(int start, int end)