Skip to content

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

NameValueDescription
Append0Append new samples to the existing series.
Replace1Replace the existing series contents.
Clear2Clear the target series without affecting other series.