,System.Collections.Generic.IList{System.Double},System.Int32}}})}
ScatterEnumObsPoints(IEnumerable? X, IList Y, int Axis)>>) constructor¶
Defined in
Type: ScatterEnumObsPoints
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 ScatterEnumObsPoints(IEnumerable<IObservable<(string? Name, IList<double>? X, IList<double> Y, int Axis)>> Data) - 2.
protected ScatterEnumObsPoints(LiveChart.ScatterEnumObsPoints original)
1. Overload¶
public ScatterEnumObsPoints(IEnumerable<IObservable<(string? Name, IList<double>? X, IList<double> Y, int Axis)>> Data)
Summary: Represents a collection of observable scatter plot data points, where each observation includes a name, X and Y coordinates, and an axis identifier.
Parameters
| Name | Type | Description |
|---|---|---|
Data | IEnumerable | An enumerable sequence of observables, each emitting a tuple containing the point name, optional X coordinates, Y coordinates, and the axis index. The observables provide updates to the scatter plot data over time. |
Remarks
This record is typically used to model dynamic or real-time scatter plot data in charting or visualization scenarios. Each observable in the collection can emit multiple updates, allowing the scatter plot to reflect changes as new data arrives. The axis index can be used to associate points with specific axes in multi-axis charts.
2. Overload¶
protected ScatterEnumObsPoints(LiveChart.ScatterEnumObsPoints original)
Parameters
| Name | Type | Description |
|---|---|---|
original | [ScatterEnumObsPoints](# | -- |