,System.Int32,System.Int32}}})}
DataLoggerEnumObsPoints(IEnumerable? Value, int Axis, int nMaxPoints)>>) constructor¶
Defined in
Type: DataLoggerEnumObsPoints
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 DataLoggerEnumObsPoints(IEnumerable<IObservable<(string? Name, IList<double>? Value, int Axis, int nMaxPoints)>> Data) - 2.
protected DataLoggerEnumObsPoints(LiveChart.DataLoggerEnumObsPoints original)
1. Overload¶
public DataLoggerEnumObsPoints(IEnumerable<IObservable<(string? Name, IList<double>? Value, int Axis, int nMaxPoints)>> Data)
Summary: Represents a collection of observable data streams, each providing named data points with associated values, axis information, and a maximum number of points.
Parameters
| Name | Type | Description |
|---|---|---|
Data | IEnumerable | An enumerable collection of observables, where each observable emits tuples containing the name of the data point, a list of double values, the axis index, and the maximum number of points to observe. |
2. Overload¶
protected DataLoggerEnumObsPoints(LiveChart.DataLoggerEnumObsPoints original)
Parameters
| Name | Type | Description |
|---|---|---|
original | [DataLoggerEnumObsPoints](# | -- |