OWC 11: Remove Hover information when using multiple Series

C

c.manchester

I have a chart with 3 series (1 hidden) to build a floating bar. How
do I remove the mouse hover of "Series 1: Field value: xxx" Is there
a chartspace property i can use to remove? I am upgrading this page
from owc 9, which didn't have this Hover

Thanks,
~Craig
 
A

Alvin Bruney [MVP]

So I am going out on a limb here from memory and often, my memory does not
serve me well. I think this information is pulled from a javascript file. I
don't recall the name of the file, but I think it is part of the OWC tool
pack as well. You should see a string declared at the top with "Series: ".
In the code, it will append that string to an object to give the totals. You
can edit that file since it is javascript to not display that information
and distribute the file with your installation.

--
Regards,
Alvin Bruney
------------------------------------------------------
Shameless author plug
Excel Services for .NET is coming...
OWC Black book on Amazon and
www.lulu.com/owc
Professional VSTO 2005 - Wrox/Wiley
 

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