StreamerEnumObsPoints record¶
Defined in
Namespace: CrissCross.WPF.Plot
Assembly: CrissCross.WPF.Plot.dll
Full name: CrissCross.WPF.Plot.LiveChart.StreamerEnumObsPoints
Modifiers: public
Summary¶
Represents a collection of observable data streams, each providing named point data for plotting or analysis.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Class hierarchy
classDiagram
class StreamerEnumObsPoints
class IEquatable~StreamerEnumObsPoints~ {
<>
}
IEquatable~StreamerEnumObsPoints~ <|.. StreamerEnumObsPoints
Implements: IEquatable
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.
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Represents a collection of observable data streams, each providing named point data for plotting or analysis. |
Properties¶
| Name | Summary |
|---|---|
| EqualityContract | |
| Data | 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. |
Methods¶
| Name | Summary |
|---|---|
| ToString | |
| PrintMembers | |
| GetHashCode | |
| Equals | |
| Deconstruct |
Operators¶
| Name | Summary |
|---|---|
| static op_Inequality | |
| static op_Equality |