FlexChart | ComponentOne
C1.WPF.Chart.Finance Assembly / C1.WPF.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
     
    Public Property MaxX As Object
    public object MaxX {get; set;}
    See Also