Vignesh Jayavel

Prevent auto-scaling of numerical value in axes of dvt scattergraph component

Prevent auto-scaling of numerical value in axes of dvt scattergraph component

	<dvt:y1Axis> 
		<dvt:numberFormat scaleFactor="SCALEFACTOR_NONE" thousandSeparator=""/> 
	</dvt:y1Axis> 
	/* for eg. This tag populates data in the YAxis of the scatterGraph. If the value populated is like 500000000000 it will be auto-scaled as 50000M. To prevent this use scaleFactor="SCALEFACTOR_NONE". Also, numerical values will be comma separated like 500,000,000,000. To prevent this use thousandSeparator="" */