ComponentOne FinancialChart for WPF
StartX Property (FibonacciTimeZones)



C1.WPF.Chart.Finance Namespace > FibonacciTimeZones Class : StartX Property
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

Reference

FibonacciTimeZones Class
FibonacciTimeZones Members