Skip to content

ReactivePlotErrorMode enum

Defined in

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

Summary

        Describes how the binder surfaces invalid updates and source failures.
        

Applies to

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

Values

NameValueDescription
SurfaceAndStopSeries0Surface the error and stop the affected series.
SurfaceAndContinueWithRetry1Surface the error and allow retry-capable sources to continue.
IgnoreInvalidUpdates2Ignore invalid update envelopes without mutating the chart.