,System.Nullable{CrissCross.WPF.Plot.PlotXAxisKind>
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 FromUpdates(PlotSeriesKey key, PlotType plotType, IObservable<ReactivePlotUpdate> updates, PlotXAxisKind? xAxisKind = null)
Summary: Creates a source from an already-normalized update stream.
Parameters
| Name | Type | Description |
|---|---|---|
key | [PlotSeriesKey](# | The stable series key. |
plotType | [PlotType](# | The chart type. |
updates | IObservable | The update stream. |
xAxisKind = null | PlotXAxisKind? | The X-axis interpretation used by the source when known upfront. |
Returns: IReactivePlotSource -- A reactive plot source.