Tooltip on XY scatter chart

F

Francisco Gomez

Hi!

When I put the mouse over a point in a XY scatter chart, I get a Tooltip
that shows Series"Serie Name",Point "xValue" and (xvalue;yValue). Is there
any way to change this text.

I'ts enough for me to change Point "xValue" with a Point "myownLabel". If
not, can you tell me how to draw my own 'tooltip'?. I am using MouseUp event
to show the info I need in a msgbox when MouseUp (many, many thanks, Jon
Peltier), but i'd rather prefer the tooltip with MouseMove...

Thanks in advance!
 
F

Francisco Gomez

I have seen it, but I would prefer use my own code, better than use an
add-in. I didn't found exmple code in that site.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top