Hi Rajeswari,
I have made some minor changes but i am getting the required output.
The new issue that i am facing is i want to display the label on the Xaxis as month names.
currently its showing 9/30/13,10/31/13,11/29/13 etc as its coming from the DB column record
I want to display september, october ,november etc.instead of the above.
I created a variable which extracts Month(COBDate) where COBDate is the date columnin the DB table and used it as dimension in the chart.Then data is displayed only for November and october ..
Any pointers on the above issue?