Chart 2D labels shortening
		Hover on the truncated label(end with default trailing Symbol: "..." or your customized trailing symbols) you will see the whole label on tooltip
		1: Label shortening.(x axis customized trailing Symbol)
textDir = auto
		
		2: Label shortening with rotation
textDir inherited.
		
		3: Label shortening with limited character.(y axis customized trailing Symbol)
textDir inherited
		
		4: Label shortening with both limited character and limited length in px
textDir = rtl.
		
		5: Label shortening for HTML declared chart
textDir = auto.
		
		
			
				| value | 
|---|
			
			
				| 350 | 
				| 275 | 
				| 350 | 
				| 400 | 
				| 250 | 
				| 350 | 
				| 200 | 
			
		
		
		That's all Folks!