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.
| Parameter | Type | Description |
|---|---|---|
ax | int | |
ay | int |
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)