Table of Contents

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 Coordinates
index int

DataPoint(double, double, int)

public DataPoint(double x, double y, int index)

Parameters

x double
y double
index int

Fields

Index

public readonly int Index

Field Value

int

X

public readonly double X

Field Value

double

Y

public readonly double Y

Field Value

double

Properties

Coordinates

public Coordinates Coordinates { get; }

Property Value

Coordinates

IsReal

public bool IsReal { get; }

Property Value

bool

None

public static DataPoint None { get; }

Property Value

DataPoint