ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Finance Namespace / Fibonacci<T> Class / MinX Property






In This Topic
    MinX Property (Fibonacci<T>)
    In This Topic
    Gets or sets the x minimal value of the Fibonacci tool.
    Syntax
    'Declaration
     
    
    Public Property MinX As System.Object
    'Usage
     
    
    Dim instance As Fibonacci(Of T)
    Dim value As System.Object
     
    instance.MinX = value
     
    value = instance.MinX
    public System.object MinX {get; set;}
    public read-write property MinX: System.TObject; 
    public function get,set MinX : System.Object
    public: __property System.Object* get_MinX();
    public: __property void set_MinX( 
       System.Object* value
    );
    public:
    property System.Object^ MinX {
       System.Object^ get();
       void set (    System.Object^ value);
    }
    Remarks
    If not specified, current minimum of x-axis is used. The value can be specified as a number or Date object.
    See Also