,System.Collections.Generic.IList{System.Double>
Defined in Type: ReactivePlotSource
Namespace: CrissCross.WPF.Plot
Assembly: CrissCross.WPF.Plot.dll
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
public static IReactivePlotSource FromSignalXySnapshot((string? Name, IList<double>? Y, IList<double> X, int Axis) data)
Summary: Adapts a SignalXY snapshot to a single replace update.
Parameters
| Name | Type | Description |
|---|---|---|
data | (string? Name, IList | The SignalXY snapshot. |
Returns: IReactivePlotSource -- A reactive SignalXY source.