MinX Property (Fibonacci)
In This Topic
Gets or sets the x minimum value of the Fibonacci tool. If not specified, current minimum of x-axis is used. The value can be specified as a number or Date object.
Syntax
'Declaration
<C1DescriptionAttribute("Fibonacci.MinX", "Gets or sets the x minimum value of the Fibonacci tool. If not specified, current minimum of x-axis is used. The value can be specified as a number or Date object.")>
Public Property MinX As Object
[C1Description("Fibonacci.MinX", "Gets or sets the x minimum value of the Fibonacci tool. If not specified, current minimum of x-axis is used. The value can be specified as a number or Date object.")]
public object MinX {get; set;}
See Also