Skip to content

StreamerEnumObsPoints record

Defined in

Namespace: CrissCross.WPF.Plot Assembly: CrissCross.WPF.Plot.dll Full name: CrissCross.WPF.Plot.LiveChart.StreamerEnumObsPoints Modifiers: public

Summary

View source

        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

NameSummary
.ctorRepresents a collection of observable data streams, each providing named point data for plotting or analysis.

Properties

NameSummary
EqualityContract
DataAn 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

NameSummary
ToString
PrintMembers
GetHashCode
Equals
Deconstruct

Operators

NameSummary
static op_Inequality
static op_Equality
Inherited members