ComponentOne FinancialChart for WPF
MaxX Property (Fibonacci)



C1.WPF.Chart.Finance Namespace > Fibonacci Class : MaxX Property
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

Reference

Fibonacci Class
Fibonacci Members