ScottPlot
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Properties | List of all members
ScottPlot.DataPoint Struct Reference

Represents a specific point in a DataSource. More...

Public Member Functions

 DataPoint (double x, double y, int index)
 
 DataPoint (Coordinates coordinates, int index)
 

Public Attributes

readonly double X
 
readonly double Y
 
readonly int Index
 

Properties

Coordinates Coordinates [get]
 
bool IsReal [get]
 
static DataPoint None [get]
 

Detailed Description

Represents a specific point in a DataSource.

Constructor & Destructor Documentation

◆ DataPoint() [1/2]

ScottPlot.DataPoint.DataPoint ( double  x,
double  y,
int  index 
)
inline

◆ DataPoint() [2/2]

ScottPlot.DataPoint.DataPoint ( Coordinates  coordinates,
int  index 
)
inline

Member Data Documentation

◆ Index

readonly int ScottPlot.DataPoint.Index

◆ X

readonly double ScottPlot.DataPoint.X

◆ Y

readonly double ScottPlot.DataPoint.Y

Property Documentation

◆ Coordinates

Coordinates ScottPlot.DataPoint.Coordinates
get

◆ IsReal

bool ScottPlot.DataPoint.IsReal
get

◆ None

DataPoint ScottPlot.DataPoint.None
staticget

The documentation for this struct was generated from the following file: