ScatterPoints record¶
Defined in
Namespace: CrissCross.WPF.Plot
Assembly: CrissCross.WPF.Plot.dll
Full name: CrissCross.WPF.Plot.LiveChart.ScatterPoints
Modifiers: public
Summary¶
Represents a set of scatter plot points, including their names, coordinates, and associated axis.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Class hierarchy
classDiagram
class ScatterPoints
class IEquatable~ScatterPoints~ {
<>
}
IEquatable~ScatterPoints~ <|.. ScatterPoints
Implements: IEquatable
Remarks¶
Use this record to encapsulate scatter plot data for visualization or analysis. The axis index can be used to distinguish between multiple axes in a chart.
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Represents a set of scatter plot points, including their names, coordinates, and associated axis. |
Properties¶
| Name | Summary |
|---|---|
| EqualityContract | |
| Data | A tuple containing the name of the point set, the X and Y coordinate lists, and the axis index to which the points belong. The coordinate lists must have the same length. |
Methods¶
| Name | Summary |
|---|---|
| ToString | |
| PrintMembers | |
| GetHashCode | |
| Equals | |
| Deconstruct |
Operators¶
| Name | Summary |
|---|---|
| static op_Inequality | |
| static op_Equality |