Levels Property (Fibonacci)
In This Topic
Gets or sets the array of levels for plotting.
Syntax
'Declaration
<C1DescriptionAttribute("Fibonacci.Levels", "Gets or sets the array of levels for plotting.")>
Public Property Levels As Double()
[C1Description("Fibonacci.Levels", "Gets or sets the array of levels for plotting.")]
public double[] Levels {get; set;}
See Also