I am trying to create a graph using RDC and an ADO recordset that allows me to plot the data in the order specified in the recordset. The recordset has Month year as x-axis and a value for the Y-axis and looks something like this:
January 2001 100
October 2001 89
November 2001 8001
I've tried using the graphobject.ConditionFieldSortOrder = 2 to set the original order but this is not recognised when run.
January 2001 100
October 2001 89
November 2001 8001
I've tried using the graphobject.ConditionFieldSortOrder = 2 to set the original order but this is not recognised when run.