Line chart wraps when data is added
Posted: Fri Sep 28, 2007 5:11 pm
I have an application where I enter X-Y data into a chart, say X goes from 0 to 1023, then I repeat (X starts again at 0 and goes to 1023), but a line is drawn from the X,Y point at X=1023 to the X,Y point at 0 even though I use change the existing value of Y (using ...->XValue[1023] = 1023 followed by... ->XValue[0] = 0). Any way I can keep this from happening as I get a LOT of horizontal lines across the screen....