Class Chart.Point
- Namespace
- GHIElectronics.Endpoint.UI.Controls
- Assembly
- GHIElectronics.Endpoint.UI.dll
public class Chart.Point
- Inheritance
-
Chart.Point
- Inherited Members
Constructors
Point()
public Point()
Point(int, int)
public Point(int ax, int ay)
Parameters
Properties
X
public int X { get; set; }
Property Value
Y
public int Y { get; set; }