[]
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). Unlike some of the other Fibonacci tools, the ending DataPoint is not calculated automatically if undefined.