I have a Hashtable full of dates and price totals for a 3+ year range. I want to load them up into a line chart with scrolling.
I only want to make 3 months visible at a time, with the chart initialized with the scroll at the end (showing the most recent 3 months). This will allow users to scroll back to see past history in the same chart (months on the x-axis and prices on the y-axis).
Can someone help with this? The scrolling feature is not really intuitive as it seems.
I only want to make 3 months visible at a time, with the chart initialized with the scroll at the end (showing the most recent 3 months). This will allow users to scroll back to see past history in the same chart (months on the x-axis and prices on the y-axis).
Can someone help with this? The scrolling feature is not really intuitive as it seems.