ComponentOne FinancialChart for WPF
EndY Property (FibonacciArcs)



C1.WPF.Chart.Finance Namespace > FibonacciArcs Class : EndY Property
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
 
Public Property EndY As Object
'Usage
 
Dim instance As FibonacciArcs
Dim value As Object
 
instance.EndY = value
 
value = instance.EndY
public object EndY {get; set;}
public:
property Object^ EndY {
   Object^ get();
   void set (    Object^ value);
}
See Also

Reference

FibonacciArcs Class
FibonacciArcs Members