MaxX Property (Fibonacci)
In This Topic
Gets or sets the x maximum value of the Fibonacci tool. If not specified, current maximum of x-axis is used. The value can be specified as a number or Date object.
Syntax
'Declaration
Public Property MaxX As Object
'Usage
Dim instance As Fibonacci
Dim value As Object
instance.MaxX = value
value = instance.MaxX
public object MaxX {get; set;}
public:
property Object^ MaxX {
Object^ get();
void set ( Object^ value);
}
See Also