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¶
| Name | Value | Description |
|---|---|---|
SurfaceAndStopSeries | 0 | Surface the error and stop the affected series. |
SurfaceAndContinueWithRetry | 1 | Surface the error and allow retry-capable sources to continue. |
IgnoreInvalidUpdates | 2 | Ignore invalid update envelopes without mutating the chart. |