Summary
Represents a point in the data space.
DataPoint.IsDefined()
DataPoint.ToCode()
DataPoint.X
DataPoint.Y
Structure
Determines whether this point is defined.
true if this point is defined; otherwise, false.
true
false
bool
Returns C# code that generates this instance.
The to code.
str
Gets the X-coordinate of the point.
float
Gets the Y-coordinate of the point.