Page 1 of 1

Count of Graph items in viewport?

Posted: Tue Nov 06, 2018 10:06 am
by 16582679
I have a graph with a scroll bar to scroll through the contents of a bar series. The 'visible' contents of the bar series are much less than the total bar series count. How can I determine programmatically how many bar series items in the graph are 'visible' in the viewport of the series?

In other words, how many of each bar series the user can visibly see in the displayed window?

Re: Count of Graph items in viewport?

Posted: Wed Nov 07, 2018 10:40 am
by yeray
Hello,

You can use the series VisibleCount function to get the number of points currently visible.

Re: Count of Graph items in viewport?

Posted: Tue Nov 13, 2018 1:32 pm
by 16582679
Excellent, many thanks!