High Property (Fibonacci)
In This Topic
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
<C1DescriptionAttribute("Fibonacci.High", "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.")>
Public Property High As Double
[C1Description("Fibonacci.High", "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.")]
public double High {get; set;}
See Also