Skip to main content

ChartPoint Class

Namespace: GHIElectronics.TinyCLR.UI.Controls · Assembly: GHIElectronics.TinyCLR.UI

No description available.

public class ChartPoint

Constructors

ChartPoint()

public ChartPoint()

No description available.

ChartPoint(int ax, int ay)

public ChartPoint(int ax, int ay)

No description available.

ParameterTypeDescription
axint
ayint

Properties

X

public int X { get; set; }

Sets the x axis position. It must be between –32,768 to +32,767. (inherited)

Y

public int Y { get; set; }

Sets the y axis position. It must be between –32,768 to +32,767. (inherited)