Chart does not display decimal place

Hi,

I have written a sql statement with some join to combine tables. There is a column that has 2 decimal place (eg. 3.67).

But when I create a chart and then put this sql statement, the chart display for the number will be a whole number (eg. 3) even I have set the decimal precision to 2.

Can anyone kindly advise how to display 2 decimal place?

Post your Sql… may be something up with that

Also, the Database source for this data field, what is its data type?