Skip to content

ScatterPoints record

Defined in

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

Summary

View source

        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

NameSummary
.ctorRepresents a set of scatter plot points, including their names, coordinates, and associated axis.

Properties

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

NameSummary
ToString
PrintMembers
GetHashCode
Equals
Deconstruct

Operators

NameSummary
static op_Inequality
static op_Equality
Inherited members