Hi,
I am working with a bar chart which plots daily data.
I want the bar chart to be plotted with different colours on different dates.
ie,if the user selected to plot 5 days data,the data of 1st,2nd and 4th should beplotted in one colour and 3rd and 5th with another colour.
ie,viewing the graph itself the user should be able to discriminate the next days data frm the colou itself.
But i didnt get any way to accomplish that.
getting alternatedays is ok as we can ckeck for even and odd dates and group like that.
But i have selected the records frm the database using the sql query '.....datefields between...)so i can get the data of the range.
I have created a cluster of the dates and the corresponding values which will be plotted in the graph.
If i want to plot the graph with different colours will i have to create different clusters depending on whether the date is even or odd after splitting each day's record?Or is there any other method?
Message Edited by user_1 on 04-18-2007 02:28 AM