Page 1 of 1

Removing Lineserie points partial - only currently zoomed

Posted: Tue Oct 27, 2015 3:31 pm
by 16568579
Dear all,

I am searching for a solution to remove those points from my line series, which are in the current zoom rectangle.
I know of the LineSeries.Delete(Start, Count) Method - but how do I get my starting and end Index for the points being displayed ?

Thanks in advance for any help
CZ

Re: Removing Lineserie points partial - only currently zoomed

Posted: Fri Oct 30, 2015 11:02 am
by yeray
Hello CZ,

Try with FirstValueIndex and LastValueIndex.
If you still find problems with it, please try to arrange a simple example project we can run as-is to reproduce the situation here.