ComponentOne FinancialChart for WPF
StartX Property (FibonacciFans)



C1.WPF.Chart.Finance Namespace > FibonacciFans Class : StartX Property
Gets or sets the starting x data point for the FibonacciFans. 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
 
Public Property StartX As Object
'Usage
 
Dim instance As FibonacciFans
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

FibonacciFans Class
FibonacciFans Members