Sachin,
I honestly didn't think of that. It should be able to handle that. But the way I implemented it, the scrollbar connected to the axis renderer. Of course, the labels are also. Hmm. Before I submit it to flexlib, I'll try to address this issue. But in the meantime, if you look at the code, there is another component buried in there called 'ChartDataScrollBar'. You can put that anywhere you want, even on top of the other axis. You connect it to the chart, and it should work.
It's just a bit more work this way. ScrollableAxisRenderer is easier to use.
Unfortunately, I'm am under the gun right now, so I can't give you sample code using ChartDataScrollBar. Maybe in a few days.
Sachin, I honestly didn't
Sachin,
I honestly didn't think of that. It should be able to handle that. But the way I implemented it, the scrollbar connected to the axis renderer. Of course, the labels are also. Hmm. Before I submit it to flexlib, I'll try to address this issue. But in the meantime, if you look at the code, there is another component buried in there called 'ChartDataScrollBar'. You can put that anywhere you want, even on top of the other axis. You connect it to the chart, and it should work.
It's just a bit more work this way. ScrollableAxisRenderer is easier to use.
Unfortunately, I'm am under the gun right now, so I can't give you sample code using ChartDataScrollBar. Maybe in a few days.