After I upgrade my project to 11.1 of the Silverlight DV package I noticed that prior to the update I had 5 major axis lines with labels along the x axis that never moved but did update their values as the min/max and interval values of the axis changed. After the upgrade, as the min/max values and interval of the axis changes the very first label and very last label (on the far left and right edges) will seem to shift which one is active. I really do not care which one is available it just needs to stay consistent. My goal was to always have 5 major axis lines, so each time the dataset is updated for any series on the chart I change the the displayed numericxaxis min/max values to the appropriate setting and then based on that range I calculate what the interval needs to be to get only 5 lines. For the past 6 months or so this was fine with 10.3 but now with 11.1 the axis placement seems inconsistent. Why do they not always start on the far left as it used to? Is there a better way to manage this?
Ah, presumably it is due the use of numericXAxis in this manner as most of the live update scenarios revolve around categoryXAxis and categoryDateTimeXAxis. I'll let you know if I find a work around.
Mike,
I apologize for the delay in reply. I lost track of this somehow. It looks like you've hit a bug where sometimes it is deciding to hide the labels due to rounding problems. There is a bug submitted: 95677. I'll see if there is anything you can do as a work around. I'm not sure why it is behaving this way in your case but not in other similar test cases we have.
-Graham
I added the datachart back in to this sample but I had to remove the infragisitcs dlls from my lib folder (where my references point) due to size limitations. You may have to watch the x axis values for a minute or so but eventually the first and last values will start disappearing/reappearing.
I unfortunately removed the datachart from that sample. Let me buld a new one the show this problem as well.
Can I use the same sample you sent to observe this behavior, or are there other pieces involved?