Skip to content

,System.Collections.Generic.IList{System.Double},System.Int32}}})}

StreamerEnumObsPoints(IEnumerable? Y, IList X, int Axis)>>) constructor

Defined in

Type: StreamerEnumObsPoints 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

Overloads

  • 1. public StreamerEnumObsPoints(IEnumerable<IObservable<(string? Name, IList<double>? Y, IList<double> X, int Axis)>> Data)
  • 2. protected StreamerEnumObsPoints(LiveChart.StreamerEnumObsPoints original)

1. Overload

public StreamerEnumObsPoints(IEnumerable<IObservable<(string? Name, IList<double>? Y, IList<double> X, int Axis)>> Data)

View source

Summary: Represents a collection of observable data streams, each providing named point data for plotting or analysis.

Parameters

NameTypeDescription
DataIEnumerable? Y, IList X, int Axis)>>An enumerable sequence of observables, where each observable emits tuples containing a name, Y-values, X-values, and an axis identifier for the data points.

Remarks

Each observable in the collection can be used to asynchronously receive updates to point data, which may be useful for real-time charting or monitoring scenarios. The axis identifier allows grouping or distinguishing data across multiple axes.

2. Overload

protected StreamerEnumObsPoints(LiveChart.StreamerEnumObsPoints original)

View source

Parameters

NameTypeDescription
original[StreamerEnumObsPoints](#--