ComponentOne FinancialChart for WinForms
C1.Win.Chart.Finance Namespace / Fibonacci Class / MaxX Property

In This Topic
    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
     
    
    <C1DescriptionAttribute("Fibonacci.MaxX", "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.")>
    Public Property MaxX As Object
    [C1Description("Fibonacci.MaxX", "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.")]
    public object MaxX {get; set;}
    See Also