ScatterEnumObsPoints record¶
Defined in
Namespace: CrissCross.WPF.Plot
Assembly: CrissCross.WPF.Plot.dll
Full name: CrissCross.WPF.Plot.LiveChart.ScatterEnumObsPoints
Modifiers: public
Summary¶
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¶
| Name | Summary |
|---|---|
| .ctor | Represents a collection of observable scatter plot data points, where each observation includes a name, X and Y coordinates, and an axis identifier. |
Properties¶
| Name | Summary |
|---|---|
| EqualityContract | |
| Data | 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... |
Methods¶
| Name | Summary |
|---|---|
| ToString | |
| PrintMembers | |
| GetHashCode | |
| Equals | |
| Deconstruct |
Operators¶
| Name | Summary |
|---|---|
| static op_Inequality | |
| static op_Equality |