Table of Contents

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

int

Methods

GetMinMax(int, int)

public SignalRangeY GetMinMax(int start, int end)

Parameters

start int
end int

Returns

SignalRangeY