ComponentOne FinancialChart for WPF
StartY Property (FibonacciFans)



C1.WPF.Chart.Finance Namespace > FibonacciFans Class : StartY Property
Gets or sets the ending y data point for the FibonacciFans. Unlike some of the other Fibonacci tools, the ending y is not calculated automatically if undefined.
Syntax
'Declaration
 
Public Property StartY As Object
'Usage
 
Dim instance As FibonacciFans
Dim value As Object
 
instance.StartY = value
 
value = instance.StartY
public object StartY {get; set;}
public:
property Object^ StartY {
   Object^ get();
   void set (    Object^ value);
}
See Also

Reference

FibonacciFans Class
FibonacciFans Members