Sign in to follow this  
ww1711

Hover Help!

Recommended Posts

Hello all,

 

I've got an issue with my 3D column chart; I hover over the column(s) and I see "Value Name, Value". All I want to see is the value, but I still want the value names to appear on the x-axis.

 

Thank you in advance.

Share this post


Link to post
Share on other sites

If you know an easier way, feel free to let me know but this is what I came up with...

 

I'm setting the XML for the chart data through a VB.NET stringbuilder function I built. I'm doing a select case on the type of data that is being presented and just adding: xmlString.Append("toolText = ' " & xVal & " ' />")

xVal is a string that I am populating from a DataTable that is being filled by way of sql.

 

It's working fine and feel free to steal my excellent, superior idea. Sarcasssmmmm....

 

 

Later!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this