ComponentOne FinancialChart for WPF
C1.WPF.Chart.Finance Namespace / FibonacciArcs Class / EndX Property



In This Topic
    EndX Property (FibonacciArcs)
    In This Topic
    Gets or sets the ending 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 ending x is not calculated automatically if undefined.
    Syntax
    'Declaration
     
    
    Public Property EndX As Object
    'Usage
     
    
    Dim instance As FibonacciArcs
    Dim value As Object
     
    instance.EndX = value
     
    value = instance.EndX
    public object EndX {get; set;}
    public:
    property Object^ EndX {
       Object^ get();
       void set (    Object^ value);
    }
    See Also