Skip to content

ScatterEnumObsPoints record

Defined in

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

Summary

View source

        Represents a collection of observable scatter plot data points, where each observation includes a name, X and Y
        coordinates, and an axis identifier.
        

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Class hierarchy
classDiagram
class ScatterEnumObsPoints
class IEquatable~ScatterEnumObsPoints~ {
    <>
}
IEquatable~ScatterEnumObsPoints~ <|.. ScatterEnumObsPoints

Implements: IEquatable

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.

Constructors

NameSummary
.ctorRepresents a collection of observable scatter plot data points, where each observation includes a name, X and Y coordinates, and an axis identifier.

Properties

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

Methods

NameSummary
ToString
PrintMembers
GetHashCode
Equals
Deconstruct

Operators

NameSummary
static op_Inequality
static op_Equality
Inherited members