We're working with very large data sets (O(6)-O(8)) and we need the ability to display data in scrollable chunks. For example, we need to render 10^6 data points into, say, 10^5 pixels. However, we want the user to be able to scroll across the display window width, eg., 500 or 1000 pixels, without having to recompute and redisplay the graph window. We're mainly interested in line charts for this.
What approach is recommended to accomplish this?
One idea we had is to have a horizontal spinner that shows target data values (along the X-axis) and allows increments in 1/2 the visible scrolling window. Clicking the left and right scroll buttons would scroll the data in the window as expected to the left or right.
Thanks
-David Schwartz
working with large data sets
-
- Newbie
- Posts: 9
- Joined: Wed Dec 27, 2000 5:00 am
- Location: Tempe, AZ
- Contact:
-
- Newbie
- Posts: 9
- Joined: Wed Dec 27, 2000 5:00 am
- Location: Tempe, AZ
- Contact: