DrawingGannFan CLASS
							 Prints drawing behind the chart     SYNTAX     public bool MoveToBackground { get; set; }       
						  
						
						Sat, May 12, 2018 at  9:27 AM
					
							 Drawing locking state - locked or unlocked(can be managed from the terminal)     SYNTAX     public DrawingState State { get; set; }       
						  
						
						Sat, May 12, 2018 at  9:28 AM
					
							 Represents drawing in all charts that had same Instrument     SYNTAX     public bool SynchronizeWithCharts { get; set; }       
						  
						
						Sat, May 12, 2018 at  9:29 AM
					
							 Constructor for a Gann Fan tool     SYNTAX     public DrawingGannFan (TimePrice point,int windowIndex)     PARAMETERS    point — TimePrice   windowIndex — i...
						  
						
						Sat, May 12, 2018 at  9:30 AM
					
							 returns point coordinates in a chart measure format - time(X) price(Y)     SYNTAX     public TimePrice GetPoint (int pointIndex)     PARAMETERS    pointInde...
						  
						
						Sat, May 12, 2018 at  9:32 AM
					
							 sets drawing's point coordinates in a chart measure format - time(X) price(Y)     SYNTAX     public void SetPoint (int pointIndex,TimePrice newPoint)   ...
						  
						
						Sat, May 12, 2018 at  9:35 AM
					