[]
Class that represents a data point (with x and y coordinates).
public class DataPoint
X and Y coordinates can be specified as a number or a Date object(time-based data).
Name | Description |
---|---|
DataPoint() | Creates one DataPoint instance. |
DataPoint(object, object) | Creates one DataPoint instance. |
Name | Description |
---|---|
X | Gets or sets X coordinate value of this DataPoint. |
Y | Gets or sets Y coordinate value of this DataPoint. |