EndY Property (FibonacciExtension)
In This Topic
Gets or sets the ending y data point for the FibonacciArcs. Unlike some of the other Fibonacci tools, the ending y is not calculated automatically if undefined.
Syntax
'Declaration
<C1DescriptionAttribute("FibonacciExtension.EndY", "Gets or sets the ending y data point for the FibonacciArcs. Unlike some of the other Fibonacci tools, the ending y is not calculated automatically if undefined.")>
Public Property EndY As Object
[C1Description("FibonacciExtension.EndY", "Gets or sets the ending y data point for the FibonacciArcs. Unlike some of the other Fibonacci tools, the ending y is not calculated automatically if undefined.")]
public object EndY {get; set;}
See Also