FSzymanski Posted December 1, 2011 Report Share Posted December 1, 2011 I am currently working on implementing a .NET chart hosted in an MFC form view and I am having an issue with the label that pops up when hovering over an axis. The text and the box that surrounds it are offset, as shown in the attached picture. I was unable to reproduce the issue in a sample application, so I was wondering if anyone could give me a hint as to where to investigate what could cause this problem. At the least, I would like to know how to disable this highlighting effect without disabling highlighting elsewhere on the graph. ~Frank Quote Link to comment Share on other sites More sharing options...
FSzymanski Posted December 19, 2011 Author Report Share Posted December 19, 2011 Seeing as this appears to be a problem with my application, is there a way to turn off this label? I've been doing some investigation and cannot find any property that affects this tooltip. Quote Link to comment Share on other sites More sharing options...
FSzymanski Posted December 28, 2011 Author Report Share Posted December 28, 2011 Is there any information about this tooltip? I haven't found any documentation on how to modify or remove this specific tooltip. Additionally, I've found that unlike the axis labels or the point labels, this tooltip is unaffected by an axis' scale unit. For example. my data is stored with the x axis containing elapsed months, but I set the scale unit to 12 to show the data in elapsed years. The X Axis labels correctly show the values by year instead of month. If I hover over a point, the data point tooltip also correctly displays the value by years. However, if I hover over the X Axis, it displays the value by years when setting up the highlighting. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.