ComponentOne FinancialChart for WinForms
C1.Win.Chart.Finance Namespace / FibonacciExtension Class / StartX Property

In This Topic
    StartX Property (FibonacciExtension)
    In This Topic
    Gets or sets the starting x data point for the FibonacciArcs. This value can be number or a Date object (for time-based data). Unlike some of the other Fibonacci tools, the starting x is not calculated automatically if undefined.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("FibonacciExtension.StartX", "Gets or sets the starting x data point for the FibonacciArcs. This value can be number or a Date object (for time-based data). Unlike some of the other Fibonacci tools, the starting x is not calculated automatically if undefined.")>
    Public Property StartX As Object
    [C1Description("FibonacciExtension.StartX", "Gets or sets the starting x data point for the FibonacciArcs. This value can be number or a Date object (for time-based data). Unlike some of the other Fibonacci tools, the starting x is not calculated automatically if undefined.")]
    public object StartX {get; set;}
    See Also