The zoombar shows as in attached file. It will only become enabled if I change to another Tab and come back to HistoricalDataChart.(attached in file zoombarworkfine). Nothing is changed in the properties or others. Can I force a refresh for the xamDataChart anywhere?
the disable picture is here:
Hello Joan,
Thank you for your post! I have been looking into it and could not reproduce your issue. I have created a small sample to test the behavior you are describing. Would you please modify the attached sample with the functionality you are using, so I would be able to reproduce the issue and provide you with better support.
Looking forward to hearing from you.
updatelayout() didn't refresh the zoombar as the toggle the tabs. I add it to the
xAxis_PropertyChanged so it will be triggered as the range of xAxis i changed. but the zoombar still shows disabled.
I have been looking into your issue and I could not reproduce it. Would you please modify the previous sample I have sent, so that it reproduces the issue. This way I would be able to identify the issue faster and provide you with better support.
Thank you. That fixed my problem.
I have removed the call of the Refresh method at the LayoutUpdated method in the CustomCrossHairs class. Then in the _owner_MouseMove method I call the Refresh() method outside the ‘if’ statement. Please do not hesitate to let me know if you have any further questions on the mather.
I am just checking your progress on the issue. Please do not hesitate to let me know if you have any further questions on the matter.