[]
Gets or sets the ending DataPoint for the base line.
[JsonConverter(typeof(DataPointConvert))]
public DataPoint End { get; set; }
<JsonConverter(GetType(DataPointConvert))>
Public Property [End] As DataPoint
The DataPoint X value can be a number or a Date object (for time-based data).