DrawingRuler CLASS
							 Chart Id in which was created given drawing     SYNTAX     public string ChartId { get; }       
						  
						
						Sat, May 12, 2018 at  5:16 PM
					
							 Drawing creation mode - manually or from code/script     SYNTAX     public CreationMode CreationMode { get; }    
						  
						
						Sat, May 12, 2018 at  5:18 PM
					
							 Gets/Sets a font     SYNTAX     public Font Font { get; set; }       
						  
						
						Sat, May 12, 2018 at  5:19 PM
					
							 Gets/Sets a font color     SYNTAX     public Color FontColor { get; set; }       
						  
						
						Sat, May 12, 2018 at  5:20 PM
					
							 Current drawing identificator     SYNTAX     public string Id { get; }       
						  
						
						Sat, May 12, 2018 at  5:21 PM
					
							 Drawing's contour line color     SYNTAX     public Color LineColor { get; set; }       
						  
						
						Sat, May 12, 2018 at  5:22 PM
					
							 Drawing's contour line style     SYNTAX     public DrawingLineStyle LineStyle { get; set; }       
						  
						
						Sat, May 12, 2018 at  5:23 PM
					
							 Drawing's contour line width     SYNTAX     public int LineWidth { get; set; }       
						  
						
						Sat, May 12, 2018 at  5:24 PM
					
							 Prints drawing behind the chart     SYNTAX     public bool MoveToBackground { get; set; }       
						  
						
						Sat, May 12, 2018 at  5:25 PM
					
							 Drawing locking state - locked or unlocked(can be managed from the terminal)     SYNTAX     public DrawingState State { get; set; }       
						  
						
						Sat, May 12, 2018 at  5:26 PM