Class that represents a data point (with x and y coordinates).
X and Y coordinates can be specified as a number or a Date object(time-based data).
Initializes a new instance of the DataPoint class.
X coordinate of the new DataPoint.
Y coordinate of the new DataPoint.
Gets or sets X coordinate value of this DataPoint.
Gets or sets Y coordinate value of this DataPoint.
Class that represents a data point (with x and y coordinates).
X and Y coordinates can be specified as a number or a Date object(time-based data).