Skip to content

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)

View source

Summary: Creates a source from an already-normalized update stream.

Parameters

NameTypeDescription
key[PlotSeriesKey](#The stable series key.
plotType[PlotType](#The chart type.
updatesIObservableThe update stream.
xAxisKind = nullPlotXAxisKind?The X-axis interpretation used by the source when known upfront.

Returns: IReactivePlotSource -- A reactive plot source.