owc11 scatterplot update point and replace it in series.

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
 
A

Alvin Bruney [MVP]

I think you should try the ChPoint object, just find the point in question
given (x,y) and replace it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top