[]
        
(Showing Draft Content)

C1.Win.Chart.Finance.FibonacciExtension.EndX

EndX Property

EndX

Gets or sets the ending x data point for the FibonacciArcs. This value can be number or a Date object (for time-based data). Unlike some of the other Fibonacci tools, the ending x is not calculated automatically if undefined.

Declaration
[C1Description("FibonacciExtension.EndX", "Gets or sets the ending x data point for the FibonacciArcs. This value can be number or a Date object (for time-based data). Unlike some of the other Fibonacci tools, the ending x is not calculated automatically if undefined.")]
public object EndX { get; set; }