I need to set the plot order of a Line Chart in a Chart Web Part.
The line chart based on a SharePoint List, plotting 2 series of data, with Dates on the bottom (X-Axis) and Quantity on the left (Y-Axis), but it seems to be plotting the lines based on the order the data was input to the list, not the date. I would prefer it to plot left-to-right, oldest first, newest last.
Sorry I can't do a screen shot, but the line starts at 27 August, goes up and left to 20 August, then down and right to 3 September, then continues right. Exactly in the order the data was entered. I've been working with the filter and advanced properties, but can't find a solution. Is there a setting I'm missing?
I'd prefer to do this within SharePoint, but can use Designer. I don't have access to Visual Studio in this environment. Thanks in advance for your help.