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






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