I have just started to work with Crystal Report and I am facing I problem in drawing a line graph.

I have to draw a simple graph from a table where one column is Date(datatype is datetime in sql server) and another three columns are X,Y,Z(datatype is int).I have to plot the graph where Date is at X axis and flow at Y axis(no summerized value).
But in Chart expert whenever I select time in X axis(that is on change of value), I find Find X,Y,Z are coming as summerized value like sum,average etc(but I want simple plotting without summerization).
If I take 'each record' option from chart expert for Date column,I find X axis is showing mere numbers like 0,1,2..... instead of time which I require.

Pls help.