Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Enumeration members

Auto

Auto: = "Auto"

Auto-detect the most suitable resampling algorithm (Fastest, plus most accurate) for the type of data appended

Max

Max: = "Max"

Assumes Evenly-spaced data (TimeSeries). Resample by taking the maximum point of oversampled data

Mid

Mid: = "Mid"

Assumes Evenly-spaced data (TimeSeries). Resample by taking the median point of oversampled data

Min

Min: = "Min"

Assumes Evenly-spaced data (TimeSeries). Resample by taking the minimum point of oversampled data

MinMax

MinMax: = "MinMax"

Assumes Evenly-spaced data (TimeSeries). Resample by taking the min-max of oversampled data. This results in the most visually accurate resampling, with the most performan

MinMaxWithUnevenSpacing

MinMaxWithUnevenSpacing: = "MinMaxWithUnevenSpacing"

Does not assume Evenly-spaced data (TimeSeries). Resample by taking the min-max of oversampled data. This results in the most visually accurate resampling, with the most performant rendering

MinOrMax

MinOrMax: = "MinOrMax"

EXPERIMENTAL! Assumes Evenly-spaced data (TimeSeries). Resample by taking the Min, or the Max point of oversampled data. Outputs Min and Max when points in the resampling bucket span zero

None

None: = "None"

Do not use resampling when redrawing a series

Generated using TypeDoc