Thread: Chart zoom
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
uchiha uchiha is offline
external usenet poster
 
Posts: 4
Default Chart zoom

EPL wrote on 10/08/2009 04:32 ET :
I want to zoom in on a section of data in an XY chart by selecting the
section with the mouse and the chart "zooms in" on that area for more
detail.
Is this possible?

I happened to see your question, and I felt quite interested in it. Here I
think
you can use some UI chart control:

http://www.kettic.com/winforms_ui/chart_overview.shtml

It has a detailed introduction to the chart zoom things:

http://www.kettic.com/winforms_ui/cs...oll_zoom.shtml

Hope these helps.