Page 1 of 1

axis redrawing on mouse-over

Posted: Thu Apr 21, 2016 2:42 pm
by greggorob64
I have a chart. The first time I load my chart, everything works correctly.

When I load a second dataset into my chart, the axis values and grids aren't correct (a lot more than there needs to be). Once I mouse my mouse and hover into the Y axis, it redraws correctly. I don't have any events relating to the mouse (in regards to the axis).

I'm not sure how to approach debugging this. Any thoughts?

Image

Re: axis redrawing on mouse-over

Posted: Thu Apr 21, 2016 2:57 pm
by greggorob64
Its worth adding, that im doing a good amount of changing what axis are visible and not, and it seems to have something to do with the problem. Its like i change the axis, but the axis isn't automatically formatted untilt he mouse over

Re: axis redrawing on mouse-over

Posted: Thu Apr 21, 2016 2:59 pm
by ArctionPasi
Hi,

Difficult to say with this info. What version are you using? Could you perhaps make a small VS project and send to our support e-mail?

Re: axis redrawing on mouse-over

Posted: Thu Apr 21, 2016 8:25 pm
by greggorob64
My version is from February (6.5.7 i'd guess). I'll update to v7 tomorrow and see if that helps.

Unfortunately we got your product so intrenched into our project, same projects are hard to produce, it'll be my last resort.

I'm reworking the data loading logic to try to simplify the modifications of the Y axis, trying to mess with them as little as possible.