[]
Creates one DataPoint instance.
public DataPoint(object x, object y)
| 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()