Skip to content

ReactivePlotOverflowStrategy enum

Defined in

Namespace: CrissCross.WPF.Plot Assembly: CrissCross.WPF.Plot.dll Full name: CrissCross.WPF.Plot.ReactivePlotOverflowStrategy Modifiers: public sealed

Summary

        Describes how retained plot data overflows are handled.
        

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Values

NameValueDescription
DropOldest0Drop the oldest retained points first.
DropNewest1Drop the newest incoming points first.
KeepLatest2Keep only the latest visible points.
BlockSource3Reserve space for future blocking implementations; currently behaves as drop-oldest.