I'm getting some strange date on my scatter chart x-axis. The date could be 55/24/2009 and other strange date. I know i'm not doing something right. I'm binding three series to the chart and the Y-axis seems to be doing good except for x-axis. Plese see image below. Any help will be appreciated.
Thanks. It worked
the points should be connected based on their order in the datasource, so you should be able to fix this problem by ordering the rows as desired.
I was able to resolve this issue by setting the x-axis Itemformat and ItemformatString to ItemLabel and <ITEM_LABEL> respectively.
Another issue I am having is with the Scatter chart connect with lines. The lines are connected with respect to Date on the x-axis instead of the values on the Y-axis making it look strange and uttely useless because you can hardly interpret anything from it