Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Hi having now with the help from this forum suceeded in plotting my x y scatter graph i now wonder the following .... please assume for example my x axis is 200 - 400 and the same for my y axis. I would like to be able to zoom into the graph so for example i can see more clearly at heavily plotted areas. My thoughts on doing this are to redraw the graph with a smaller x and y axis range for example using a button or key stroke to increment / decrement the range secondly i would like to change to centre point meaning it will azoom from what ever centre point i choose . Can you clever guys please help -- Wobbles ------------------------------------------------------------------------ Wobbles's Profile: http://www.thecodecage.com/forumz/member.php?userid=365 View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=107134 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I would recommend using a combination of controls from the Forms toolbar,
formulas, and VBA (http://peltiertech.com/Excel/Charts/...nkToSheet.html) The controls will give you the itnerface you need. Controls generate a number, which you could then manipulate via formulas to get the desired min/max values for your scale. Then use the coding found on Jon Peltier's site to update your charts. Also, check out Jon's article on dynamic charting. Your other option may be to control the amount of data being charted, and then let XL auto-scale your axes. -- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "Wobbles" wrote: Hi having now with the help from this forum suceeded in plotting my x y scatter graph i now wonder the following .... please assume for example my x axis is 200 - 400 and the same for my y axis. I would like to be able to zoom into the graph so for example i can see more clearly at heavily plotted areas. My thoughts on doing this are to redraw the graph with a smaller x and y axis range for example using a button or key stroke to increment / decrement the range secondly i would like to change to centre point meaning it will azoom from what ever centre point i choose . Can you clever guys please help -- Wobbles ------------------------------------------------------------------------ Wobbles's Profile: http://www.thecodecage.com/forumz/member.php?userid=365 View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=107134 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() THank i will give this a try , something tells me i am out of my depth , but i wont fail without a fight :-) Please keep posting peeps -- Wobbles ------------------------------------------------------------------------ Wobbles's Profile: http://www.thecodecage.com/forumz/member.php?userid=365 View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=107134 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
need to create a bar chart with a centre axis | Charts and Charting in Excel | |||
How do I change value of Y axis on graph | Charts and Charting in Excel | |||
how do i change the x-axis of a graph to a log scale? | Charts and Charting in Excel | |||
How do you change the values of a graph on the x-axis? | New Users to Excel | |||
how do i change the colour of individual axis on the graph | Excel Discussion (Misc queries) |