ComponentOne FinancialChart for WPF
MinX Property (Fibonacci)



C1.WPF.Chart.Finance Namespace > Fibonacci Class : MinX Property
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
 
Public Property MinX As Object
'Usage
 
Dim instance As Fibonacci
Dim value As Object
 
instance.MinX = value
 
value = instance.MinX
public object MinX {get; set;}
public:
property Object^ MinX {
   Object^ get();
   void set (    Object^ value);
}
See Also

Reference

Fibonacci Class
Fibonacci Members