Struct DataPoint
- Namespace
- ScottPlot
- Assembly
- ScottPlot.dll
Represents a specific point in a DataSource
public readonly struct DataPoint
- Inherited Members
- Extension Methods
Constructors
DataPoint(Coordinates, int)
public DataPoint(Coordinates coordinates, int index)
Parameters
coordinates
Coordinatesindex
int
DataPoint(double, double, int)
public DataPoint(double x, double y, int index)
Parameters
Fields
Index
public readonly int Index
Field Value
X
public readonly double X
Field Value
Y
public readonly double Y
Field Value
Properties
Coordinates
public Coordinates Coordinates { get; }
Property Value
IsReal
public bool IsReal { get; }
Property Value
None
public static DataPoint None { get; }