Home |
Search |
Today's Posts |
#5
![]() |
|||
|
|||
![]()
HI Jon
Thank you very much for replying. I have looked at this and realised (with something of a sigh!) that it may be my best solution. What held me back is that I have seen an example of what I want being done: ie mapping drawing objects dynamically accordoing to the data) and noted some very useful effects with it (for example drawing polygon shapes to map out differently coloured segments of a chart according to the data), and suspect I may need to do this for several other projects. I haven't done too much vba coding in Excel before so I was (like everyone, I guess!) looking for a shortcut before completely figuring it out on my own. Again, I appreciate your response. Matthew "Jon Peltier" wrote in message ... Matthew - Maybe it's overkill, but Microsoft has a VBA technique for making an XY chart with custom sized markers, so it's like a bubble chart. It's on this page: http://support.microsoft.com/default...b;en-us;139662 You could make a pseudo bubble series with this technique, then draw the line with a second XY series with two points. - Jon ------- Jon Peltier, Microsoft Excel MVP Peltier Technical Services Tutorials and Custom Solutions http://PeltierTech.com/ _______ Matthew de Gale wrote: HI I need to plot a diagonal in a bubble chart. It is dynamically generated otherwise I'd simply manually draw the line! As you can't (I think) use two chart types with bubble charts, generating a line drawing object seem the best approach. What I'd like to do is to generate a drawing object that takes its co-ordinates from a series on the chart. SO, if I draw it manually and record a macro I get: ActiveChart.Shapes.AddLine(210#, 55.5, 277.5, 540#) I need to replace the absolute values with ones generated by a data series. At the moment the best I can do is generate very small bubbles to form a slightly surreal diagonal of dots through the chart, but what I really need is a clean line that goes to the edge of the chart. I'm sure I haven't expressed this very well but any help in matching data series co-ordinates and drawing object co-ordinates would be much appreciated. Thanks Matthew de Gale |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
customizing the mouse-over display in a bubble chart | Charts and Charting in Excel | |||
Plotting 4 dimensions in a chart | Charts and Charting in Excel | |||
ho to change in the bubble chart the bubble position and size | Charts and Charting in Excel | |||
Prevent non-numerical data (e.g. text) from plotting on a chart | Charts and Charting in Excel | |||
How do I move a hidden bubble to the front in a bubble chart in E. | Excel Discussion (Misc queries) |