DataPoint

Summary

Represents a point in the data space.

Methods
Properties

Structure

class DataPoint
IsDefined() bool

Determines whether this point is defined.

Returns

true if this point is defined; otherwise, false.

Return type

bool

ToCode() str

Returns C# code that generates this instance.

Returns

The to code.

Return type

str

X

Gets the X-coordinate of the point.

Type

float

Y

Gets the Y-coordinate of the point.

Type

float