ComponentOne FinancialChart for WPF
EndX Property (FibonacciTimeZones)



C1.WPF.Chart.Finance Namespace > FibonacciTimeZones Class : EndX Property
Gets or sets the ending X data point for the time zones. If not set, the ending X data point is calculated automatically. The value can be a number or a Date object (for time-based data).
Syntax
'Declaration
 
Public Property EndX As Object
'Usage
 
Dim instance As FibonacciTimeZones
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

Reference

FibonacciTimeZones Class
FibonacciTimeZones Members