Scroll through data series in excel to create a pseudo-animation -


i have data formatted in excel (in colummns)

x    y1    y2    y3    ...  yn 

what want create scatter plot plotting 1 y data series @ time against same x series each time. want able scroll through each y data series, y1 yn, displaying 1 data series @ time on same chart, show sort of time progression of how y evolves.

to explain different way, want start off y1 plotted against x. scroll 1 increment right, , y2 plotted against x on same chart. scroll again, y3 plotted, on , forth.

i know can implement scroll bar in excel, seems easy enough. i'm not sure if can manipulate data series , charts in way want.

is possible?


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -

jquery - Keeping Kendo Datepicker in min/max range -