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?
Count of Graph items in viewport?
Re: Count of Graph items in viewport?
Hello,
You can use the series VisibleCount function to get the number of points currently visible.
You can use the series VisibleCount function to get the number of points currently visible.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Newbie
- Posts: 17
- Joined: Thu Jan 04, 2018 12:00 am
Re: Count of Graph items in viewport?
Excellent, many thanks!