C# Class YAMP.Plot2DValue.PointPair

One point of a series.
Exibir arquivo Open project: FlorianRappl/YAMP

Public Properties

Property Type Description
X double
Y double

Property Details

X public_oe property

The x value of the point.
public double X
return double

Y public_oe property

The y value of the point.
public double Y
return double