[]
Creates one DataPoint instance.
public DataPoint(object x, object y)
Public Sub New(x As Object, y As Object)
| Type | Name | Description |
|---|---|---|
| object | x | The X coordinate value of this DataPoint. |
| object | y | The Y coordinate value of this DataPoint. |
Creates one DataPoint instance.
public DataPoint()
Public Sub New()