ReactivePlotUpdateKind enum¶
Defined in
Namespace: CrissCross.WPF.Plot
Assembly: CrissCross.WPF.Plot.dll
Full name: CrissCross.WPF.Plot.ReactivePlotUpdateKind
Modifiers: public sealed
Summary¶
Describes the operation represented by a reactive plot update.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Values¶
| Name | Value | Description |
|---|---|---|
Append | 0 | Append new samples to the existing series. |
Replace | 1 | Replace the existing series contents. |
Clear | 2 | Clear the target series without affecting other series. |