ComponentOne FinancialChart for WPF
C1.WPF.Chart.Finance Namespace / FibonacciTimeZones Class / StartX Property



In This Topic
    StartX Property (FibonacciTimeZones)
    In This Topic
    Gets or sets the starting x data point for the time zones. If not set, the starting x data point is calculated automatically. The value can be a number or a Date object (for time-base data).
    Syntax
    'Declaration
     
    
    Public Property StartX As Object
    'Usage
     
    
    Dim instance As FibonacciTimeZones
    Dim value As Object
     
    instance.StartX = value
     
    value = instance.StartX
    public object StartX {get; set;}
    public:
    property Object^ StartX {
       Object^ get();
       void set (    Object^ value);
    }
    See Also