Hi Yogesh,
Would you mind to provide some more details. For example, what is your programming language, programming framework and operating system? Is it a web or windows application? How do you "zoom" on that chart?
For zooming, basically, you just need to pass the data for the time range that the user zooms to ChartDirector, and ChartDirector will draw the chart. For example, if the user zooms to see the date range Jan 1, 2009 to Mar 15, 2009, then you just pass those data to ChartDirector to draw the chart.
If you need further help, may be you can inform me of the code you are using, and inform me what are the results you get so far?
Regards
Peter Kwan |