M
Mark HOlcomb
I have a scatter plot and I want to update one of the x,y coordinate values
in the series. I can get it to create a new series with just the one new
point, but not to update the original series with the new point information.
I know the series name (series1) and also the point index (integer like
1,2,3,4)
I call the new location curxval and curyval
but cant quit hit on the proper sequence to replace my series1 point 1
I think it is in these statesment but I dont understand them.
SetData chDimXValues, chDataLiteral, curXVal
SetData chDimYValues, chDataLiteral, curYVal
Thanks
Mark
in the series. I can get it to create a new series with just the one new
point, but not to update the original series with the new point information.
I know the series name (series1) and also the point index (integer like
1,2,3,4)
I call the new location curxval and curyval
but cant quit hit on the proper sequence to replace my series1 point 1
I think it is in these statesment but I dont understand them.
SetData chDimXValues, chDataLiteral, curXVal
SetData chDimYValues, chDataLiteral, curYVal
Thanks
Mark