ComponentOne FinancialChart for WPF
High Property



C1.WPF.Chart.Finance Namespace > Fibonacci Class : High Property
Gets or sets the high value of Fibonacci tool. If not specified, the high value is calculated based on data values provided by the ItemsSource.
Syntax
'Declaration
 
Public Property High As Double
'Usage
 
Dim instance As Fibonacci
Dim value As Double
 
instance.High = value
 
value = instance.High
public double High {get; set;}
public:
property double High {
   double get();
   void set (    double value);
}
See Also

Reference

Fibonacci Class
Fibonacci Members